Custom Recycle Bin in Linux

Source: Internet
Author: User

Myrm () {d=/tmp/$ (date +%y%m%d%h%m%s), Mkdir-p $D, MV "[email protected]" $D && echo "moved to $D OK";}

[[email protected] test] #  myrm () { d=/tmp/$ (date +%y%m%d%h%m%s); mkdir -p  $D;   mv  "[email protected]"   $D  && echo  "moved to  $D  ok";  }

[[email protected] test] # alias rm= ' Myrm '

[[email protected] test] # Touch 1.log 2.log 3.log

[[email protected] test] # ll

Total 16

-rw-r--r--1 root root 0 10-26 15:08 1 . Log

-rw-r--r--1 root root 0 10-26 15:08 2 . Log

-rw-r--r--1 root root 0 10-26 15:08 3 . Log

drwxr -xr-x 7 root root 4096 10-25 18:07 SCF

drwxrwxrwx 2 root root 4096 10-25 17:46 test3

drwxr -xr-x 2 root root 4096 10-25 17:56 test4

drwxr -xr-x 3 root root 4096 10-25 17:56 Test5

[root@localhost test] # RM [123].log

moved to/tmp/20121026150901 OK

[root@localhost test] # ll

Total drwxr -xr-x 7 root root 4096 10-25 18:07 SCF

drwxrwxrwx 2 root root 4096 10-25 17:46 test3

drwxr -xr-x 2 root root 4096 10-25 17:56 test4

drwxr -xr-x 3 root root 4096 10-25 17:56 Test5

[root@localhost test] # ls/tmp/20121026150901/

1.log 2.log 3 . Log

[root@localhost test] #

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.