2019-12-06 23:48:38 +08:00
|
|
|
# rm_
|
|
|
|
Linux代替rm命令防止错误删除文件
|
2020-09-02 16:47:03 +08:00
|
|
|
基于coreutils-8.32 mv源代码
|
2019-12-06 23:48:38 +08:00
|
|
|
|
|
|
|
# Build
|
|
|
|
git clone https://github.com/niuyuling/rm_.git
|
|
|
|
cd rm_
|
2020-09-02 16:47:03 +08:00
|
|
|
bash build_mv.sh
|
2019-12-06 23:48:38 +08:00
|
|
|
|
|
|
|
# Help Information
|
2020-09-02 16:47:03 +08:00
|
|
|
root@niuyuling:/mnt/c/Users/niuyuling/Desktop/Arm-tool# rm_ busybox-1.31.1
|
|
|
|
rm_
|
|
|
|
busybox-1.31.1
|
|
|
|
/tmp/
|
|
|
|
3
|
|
|
|
root@niuyuling:/mnt/c/Users/niuyuling/Desktop/Arm-tool#
|