linux 複製部分文件到另外的文件夾

show the command:spa

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

或者指定目錄code

ls  |head -100|xargs -i cp {}  /home/peter
相關文章
相關標籤/搜索