Cnsdel 是linux命令行下的一个回收站系统。本软件遵循GPL, 是一款免费软件,欢迎下载使用,并提出您的宝贵建议。

你可以把文件或目录删除到你的回收站(~/.trash目录)内。如果有重名文件,系统自动把原文件生成备份文件,从而保留原文件。

也可以从回收站(~/.trash目录)内恢复所删除的文件。

一切都很简单,也很安全。

子目录大小统计
作者 :cnscn
Email : 2003ysy@126.com
QQ : 492843095

美术设计:诸葛小葱
Email : zhyearling@163.com
MSN : zhyearling@hotmail.com


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)




感谢本系统的思路来源于工作和网络,在此感谢。
copyright (C) 2003--2005 cnsdel.COM all rights reserved