10 good UNIX usage habits
Taken from developerworks (thanks to ./): Learn 10 good UNIX usage habits, (Break bad UNIX usage patterns)
When you use a system often, you tend to fall into set usage patterns. Sometimes, you do not start the habit of doing things in the best possible way. Sometimes, you even pick up bad practices that lead to clutter and clumsiness. One of the best ways to correct such inadequacies is to conscientiously pick up good habits that counteract them. This article suggests 10 UNIX command-line habits worth picking up — good habits that help you break many common usage foibles and make you more productive at the command line in the process. Each habit is described in more detail following the list of good habits.
Adopt 10 good habits
Ten good habits to adopt are:
- Make directory trees in a single swipe.
- Change the path; do not move the archive.
- Combine your commands with control operators.
- Quote variables with caution.
- Use escape sequences to manage long input.
- Group your commands together in a list.
- Use
xargsoutside offind.- Know when
grepshould do the counting — and when it should step aside.- Match certain fields in output, not just lines.
- Stop piping
cats.
i hear that too!
rachael
January 19, 2007 at 3:48 pm