标签:div color 文件夹 tail span log inux col body
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