1. 程式人生 > >linux 復制部分文件到另外的文件夾

linux 復制部分文件到另外的文件夾

{} 部分 復制 pre inux col command body comm

show the command:

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

或者指定目錄

ls  |head -100|xargs -i cp {}  /home/peter

linux 復制部分文件到另外的文件夾