show the command:
ls |tail -100|xargs -i cp {} ../
或者指定目录
ls |head -100|xargs -i cp {} /home/peter
linux 复制部分文件到另外的文件夹
原文:https://www.cnblogs.com/peter1994/p/8352892.html