[Gllug] Lost all my emails
Christian Smith
csmith@micromuse.com
Tue, 8 Feb 2000 12:07:48 +0000 (GMT)
A nice trick for avoiding 'rm -f * .foo' nightmares is to create a file
named '-i' in all directories where you don't want to remove everything
eg. /, /usr etc. I also have one in my $HOME directory and $HOME/bin. Has
saved me a couple of times.
That way, 'rm -f *' will have the -i override the -f, and prompt you
to confirm removals.
--
/"\
\ / ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
X - AGAINST MS ATTACHMENTS
/ \
On Tue, 8 Feb 2000, Stephen de Vries wrote:
>
>For recycle bin functionality under *nix:
>
>mkdir /recycle_bin
>
>create the following shell somewhere in your path:
>#!/bin/sh
>mv $1 /recycle_bin
>
>let's call it rrm
>chmod 555 rrm
>
>use this to delete files instead of rm (or alias rm='rrm')
>Create a cron job that runs every XX and deletes /recycle_bin
>
>or just be very carefull
>
>
>Stephen
>
>
>
>On Tue, 8 Feb 2000, George F. Saxby wrote:
>
>> Les,
>> here you go:-
>>
>> map-drive = 0x80
>> to = 0x81
>> map-drive = 0x81
>> to = 0x80
>> --
>>
>> Bruce ""
>>
>> I agree that windoze is for the most part clunky but that waste
>> paper bin for "temp" deleted files is handy when your mind is not
>> upto the speed of your fingers.
>> Any list Guru got a way to help us clumsy / enthusiastic
>> fingered mortals with a solution like waste paper bin?
>> C U
>> George
>> Just East of London Heathrow,
>> Just West of the World famous Kew Steam Museum and Botanical Gardens
>>
>>
>> --
>> Gllug mailing list - Gllug@list.ftech.net
>> http://list.ftech.net/mailman/listinfo/gllug
>>
>
>
>
>--
>Gllug mailing list - Gllug@list.ftech.net
>http://list.ftech.net/mailman/listinfo/gllug
>
>