Pages

2008-06-12

Command the power of the command line

"Learn the basics of the UNIX shell and discover how you can use the command line to combine the finite set of UNIX utilities into innumerable data transforms."

e.g.
find . -type f -print | sort | uniq

http://www-128.ibm.com/developerworks/aix/library/au-unix-commandline/

No comments: