Re: 'rmm' (or 'trash') script

2003-10-26 Thread Steve Grazzini
On Sat, Oct 25, 2003 at 12:17:37PM +0200, Kevin Pfeiffer wrote: > In article <[EMAIL PROTECTED]>, David wrote: >> 4. you have: >> >> unless (-e $path) { >> print "Creating trash directory: $path\n"; >> mkdir $path or die "Couldn't create $path: $!\n"; >> } >> >> don't do this for a gene

Re: 'rmm' (or 'trash') script

2003-10-26 Thread David T-G
Kevin, et al -- ...and then Kevin Pfeiffer said... % % Hi all, Hi! % % I just took another look at an exercise I wrote a couple months ago and % fleshed it out a bit. It is a commandline "trashcan" program which I % actually use. Instead of typing 'rm' I almost always use 'rmm' now. I like t

Re: 'rmm' (or 'trash') script

2003-10-25 Thread Kevin Pfeiffer
Hi David, In article <[EMAIL PROTECTED]>, David wrote: > Kevin Pfeiffer wrote: > >> Hi all, >> >> I just took another look at an exercise I wrote a couple months ago and >> fleshed it out a bit. It is a commandline "trashcan" program which I >> actually use. Instead of typing 'rm' I almost alwa

Re: 'rmm' (or 'trash') script

2003-10-24 Thread david
Kevin Pfeiffer wrote: > Hi all, > > I just took another look at an exercise I wrote a couple months ago and > fleshed it out a bit. It is a commandline "trashcan" program which I > actually use. Instead of typing 'rm' I almost always use 'rmm' now. > > It's meant to be used in a "friendly" envir

'rmm' (or 'trash') script

2003-10-24 Thread Kevin Pfeiffer
Hi all, I just took another look at an exercise I wrote a couple months ago and fleshed it out a bit. It is a commandline "trashcan" program which I actually use. Instead of typing 'rm' I almost always use 'rmm' now. It's meant to be used in a "friendly" environment, nonetheless, if anyone sees a