Search Results

2
votes

What’s the best practice for changing working directories inside scripts?

I'll second Schwern's and Hugo's comments above. Note Schwern's caution about returning to the original directory in the event of an unexpected exit. He provided appropriate Perl code to handle t …
0
votes

Unix C Shell Scripting printf help

I believe the pr(1) command with the -m option will help do what you want. Look at its man page to eliminate the header/trailer options and set the column widths. Also, I recommend you not …
3
votes

What are replacement and new practices from sh to Bash?

For scripting, unless there's a specific reason to do otherwise, I limit myself to the Bourne constructs. They are maximally portable, and should run on systems that use bash, ksh, or even sh as t …
0
votes

New Unix Account Shell Setup

I used to consult for a lot of clients and was always moving from system to system. In that situation, I got used to using only the normal defaults. Well, I did prefer using ksh if it was availab …