S5 version | Table of Contents (frame/ no frame) |
(29) Other UNIX commands |
grep
find
find /usr/share -name \*zip\*
will search the filesystem below "/usr/share" for filenames with "zip" in them.
sort
cut
who
w
is almost identical to who
mail
at
script
sed
awk
talk
irc
pine
w | grep sam | mail $USER
.
This runs the "w" command and
looks for user (string) sam; the output is then mailed to $USER (always set to your username).
textblitz
top
ps
listing.
slide30.src last modified Jan 31, 2011 | Introduction | Table of Contents (frame/no frame) |
Printable (single file) |
© Dartmouth College |