Showing posts with label shell. Show all posts
Showing posts with label shell. Show all posts

Sunday, May 4, 2008

Shell tips

Time to bring back life to my blog!

Recently I learned how to execute programs in different directories and direct the output to a single log file in a single command

#> cd ~
#> (cd perl/bin; perlfind.pl; cd tcl/bin; tclfind.tcl) > find_out.txt