From: kevin lyda (kevin at domain suberic.net)
Date: Wed 15 Sep 1999 - 12:30:58 IST
kevin lyda spoke thusly:
>[spam]
urgh. sorry for the misdirected reply. i suppose the other one went here
too. hm, some useful info to make up for it...
encryption on the pilot. go see here:
http://www.isaac.cs.berkeley.edu/pilot/
shell fun:
most shells provide this shortcut. let's say you make a dir, and then want
to change into it:
mkdir foo.bar.moo
cd foo.bar.moo
can be done quicker as:
mkdir foo.bar.moo
cd !$
along those lines when removing files you might want to list them first,
and the rm them.
ls foo bar.* moo
rm foo bar.* moo
can be done as:
ls foo bar.* moo
rm !*
(but don't forget the !, then it's really bad!)
kevin
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:33 GMT