@menu
* Toolbox introduction::
* I/O redirection::
-* The @code{who} command::
-* The @code{cut} command::
-* The @code{sort} command::
-* The @code{uniq} command::
+* The who command::
+* The cut command::
+* The sort command::
+* The uniq command::
* Putting the tools together::
@end menu
us. As you should always do, double check your system documentation
for the full story.
-@node The @code{who} command
+@node The who command
@unnumberedsec The @code{who} command
The first program is the @code{who} command. By itself, it generates a
little bit of trivia will be useful later. The output of @code{who} is nice,
but the data is not all that exciting.
-@node The @code{cut} command
+@node The cut command
@unnumberedsec The @code{cut} command
The next program we'll look at is the @code{cut} command. This program
useful for data filtering.
-@node The @code{sort} command
+@node The sort command
@unnumberedsec The @code{sort} command
Next we'll look at the @code{sort} command. This is one of the most
sequence (@sc{ASCII}) or based on user-supplied ordering criteria.
-@node The @code{uniq} command
+@node The uniq command
@unnumberedsec The @code{uniq} command
Finally (at least for now), we'll look at the @code{uniq} program. When