AIX 文件过多无法删除

AIX 一个文件夹最多24573个文件
删除时提示错误信息:"Arguments too long" "Array list too long"
1. 显示文件
#find <path> "*" | xargs ls -l
2. 删除文件
#cd <path>
#find . -name "*" | xargs rm{}
3. 移动文件
#find <source directory> -name "*" | xargs -I {} mv {} </destination directory>

Comments

Popular posts from this blog

Nginx Proxy & Load Balance & LNMP

Snort+barnyard2+Snorby CentOS 6.5_64 Installation

ORACLE Error