好用的centos 命令

作者:站长 发布于:2021-1-1 0:00 Friday

1.du -h --max-depth=1 * 可以快速详细检索当前目录下的文件夹的大小。方便在多目录的时候查看每个目录的大小。

2.删除文件提示:-bash: /usr/bin/rm: 参数列表过长 

解决方案:

进入到对应目录,执行:

find ./ -type f -name "*.nasl"|xargs rm -f

find ./ -type f -name "*.*"|xargs rm -f

Powered by emlog 粤ICP备2022099484号 本站由耐思智慧提供计算服务