linux 复制部分文件到另外的文件夹

show the command:spa

ls |tail -100|xargs -i cp {} ../

或者指定目录code

ls  |head -100|xargs -i cp {}  /home/peter
相关文章
相关标签/搜索