QA & Testing
A technical blog about QA & testing
Showing posts with label
Bourne
.
Show all posts
Showing posts with label
Bourne
.
Show all posts
Tuesday, January 17, 2012
Keeping data and code in one shell script file
›
In the past I have written scripts which required a lot of data. I could have the script read a second file with all the data in it but occa...
Thursday, July 12, 2007
Bourne shell scripting made easy
›
Someone was having trouble writing a shell script. A common activity for Bourne shell scripting is to take the output from various commands ...
Friday, March 23, 2007
Named pipes
›
If you are familiar with UNIX, you are familiar with pipes. For example, I can do: ps -ef | sort | more The ps command will output a list ...
Thursday, March 8, 2007
Extracting part of a log using Bourne shell
›
Someone recently asked me how to select a range of text from a log file. Because it was a log file, each line started with the date and time...
Sunday, December 24, 2006
Debugging Bourne shell scripts
›
When most people start programming Bourne shell scripts they are VERY small. If you take over someone else's work or you have been prog...
›
Home
View web version