NAME
del --- delete files into ~/.trash for command undel recovering
undel --- recover files in ~/.trash deleted by del
SYNOPSIS
del [OPTION]... [FILE]...
undel [OPTION]... [FILE]...
DESCRIPTION
delete files into ~/.trash for command undel recovering and can recover
files in ~/.trash deleted by del
-h show help file's contents
-l show the detail of files in ~/.trash
-s show the name of files in ~/.trash only
--clean clean ~/.trash
--version output version information and exit
EXAMPLES
-------------------------------------------------------------------------
del | result | | Undel |result
--------------------------+--------+-+---------------+-------------------
del f_a.txt | √ | | undel f_a.txt | √
-------------------------------------------------------------------------
del d_abc/ | √ | | undel d_abc/ | √
-------------------------------------------------------------------------
del d_abc/* | √ | | undel d_abc/* | √
-------------------------------------------------------------------------
del d_abc | √ | | undel d_abc | √
-------------------------------------------------------------------------
-------------------------------------------------------------------------
del /home/cnscn/bin/abc | √ | | undel /home/cnscn/bin/abc | √
-------------------------------------------------------------------------
del /home/cnscn/bin/abc/ | √ | | undel /home/cnscn/bin/abc/ | √
-------------------------------------------------------------------------
del /home/cnscn/bin/abc/* | √ | | undel /home/cnscn/bin/abc/*| √
-------------------------------------------------------------------------
del d_abc d_cnsdel | √ | | undel d_abc d_cnsdel | √
-------------------------------------------------------------------------
del ../../d_abc | √ | | undel ../../d_abc | √
-------------------------------------------------------------------------
if there is a file which name and directory are as same as the currentfile's ,
and create a file as =home=cnscn=a.txt_20041129000248.If you want recover it can
cp it to /home/cnscn/a.txt (Of course there must not be a.txt in /home/cnscn now)
AUTHOR
Written by cnscn.
REPORTING BUGS
Report bugs to 2003ysy@126.com
COPYRIGHT
Copyright (C) 2005 CNSCN
This is free software; see the source for copying conditions. There is no
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Version
cnsdel.05.08.28.final
(END)