[relug] per ax :)

  • From: Luca Bigliardi <shammash@xxxxxxxxx>
  • To: RElug <relug@xxxxxxxxxxxxx>
  • Date: Thu, 3 Jul 2003 10:23:36 +0200

rigiro da linuxtrent quello che cercavi :)

Begin forwarded message:

Date: Wed, 2 Jul 2003 21:45:20 +0200 (CEST)
From: "Diaolin..." <diaolin@xxxxxxxxxxx>
To: linuxtrent@xxxxxxxxxxxxx
Subject: [Linuxtrent] Re: undelete ext3!


alias rm=undelete


/bin/undelete
#/bin/bash

case $ACCIDENTALRM in
        on)
                echo "You cannot remove this file: $1"
                ;;
        off)
                /bin/rm $1
                ;;
        fors)
                echo "Ho salvato il file da un altra parte"
                cp $1 /tmp
                /bin/rm $1
                ;;
esac

Prima esporti ACCIDENTALRM e poi rm quel che ti pare...
E' uno scherzo!
Diaolin


LOL

ciao
        Luca

-- 
YOU HAVE AN I/O ERROR -> Incompetent Operator error

Linux Registered User # 286841

Other related posts:

  • » [relug] per ax :)