On Fri, Mar 01, 2002 at 10:12:51AM -0800, Jeff wrote: > Ulf Rompe, 2002-Mar-01 10:25 +0100: > > > > alias rm = 'mv --backup=numbered --target-directory=/tmp/Trashcan' > > > > This is nice, and I'm starting to use this from my root and user > account on my laptop. > > However, how would I delete from the Trashcan, save removing the > alias temporarily?
Specify the full path to the rm command, as this prevents alias
substitution:
$ /bin/rm filename
--
Karl E. Jørgensen
[EMAIL PROTECTED]
www.karl.jorgensen.com
/"\
\ / ASCII Ribbon Campaign
x - Say NO to HTML in email
/ \ - Say NO to Word documents in email (and Macros!)
pgpvFP1v47Efk.pgp
Description: PGP signature

