show the command:

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

或者指定目录

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

 

相关文章:

  • 2021-06-03
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-19
猜你喜欢
  • 2021-12-16
  • 2021-11-18
  • 2022-12-23
  • 2021-12-10
  • 2021-07-30
  • 2022-01-06
  • 2021-07-02
相关资源
相似解决方案