http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html
May want to review your local unix shell scripting book![]()
Some are a bit tough to follow but they are based on regular shell commands.
-
So I guess that page was a bit over people's heads? Since there hasn't been any replies
-
Or it could be that all of that is well known to some of us.
Actually, I have an amendment to that list. Yes, people should learn to use find and xargs but they should learn to use the "-print0" argument of find and the "-0" argument of xargs. Most people nowadays are likely to get files with spaces in them. If you don't use those arguments, xargs will fail. I've started using these arguments pretty regularly since file names with non-shell friendly characters (like spaces) are everywhere. -
Interesting.. Thx for the a article.
-
It is a good article, but I think that we've got a pretty good "gulf" of users. Some that are complete newbies that aren't in a position to understand this, and then the others who are well past it
Learn 10 good *nix habits
Discussion in 'Linux Compatibility and Software' started by Tailic, Sep 13, 2008.