show the command:
ls |tail -100|xargs -i cp {} ../
或者指定目录
ls |head -100|xargs -i cp {} /home/peter
show the command:
ls |tail -100|xargs -i cp {} ../
或者指定目录
ls |head -100|xargs -i cp {} /home/peter
原文:https://www.cnblogs.com/peter1994/p/8352892.html