linux文件过多导致移动失败解决办法

1.

cd /sdzw/data/infogateftp/srcdata/ibp/account_rulelog

ls | xargs -t -I {} mv {} /sdzw/data/infogateftp/srcdata/ibp/host/account_rulelog

2.

find /sdzw/data/infogateftp/srcdata/ibp/host/account_rulelog/ -name "*.bcp" -exec mv {} /sdzw/data/infogateftp/srcdata/ibp/host/account_rulelog/ \;