rmtrash
rmtrash copied to clipboard
rmtrash 是linux和mac下命令行版本rm的回收站,安装后对用户透明,符合正常使用rm的习惯(支持rm -fr file哦),有了他再也不怕rm时候手颤抖了(能自动拒绝 rm -fr / 哦)。 rmtrash stands for "rm trash" which acts j...
Results
4
rmtrash issues
Sort by
recently updated
recently updated
newest added
mv: rename rmtrash.sh to /bin/rmtrash.sh: Operation not permitted 怎么弄
``` echo $now `date +%s` `whoami` moved from $file_fullpath to $trash_dest_path >> $trash_log 结果:20160729_11:31:41 1469763101 zjmainstay moved from /Users/zjmainstay/Desktop/aaaaa to /Users/zjmainstay/.rmtrash/aaaaa originalpath=`cat $trash_log|grep /$file$|awk '{print $5}'` 结果:from ``` 写入日志的时候,`date +%s`...