1. 程式人生 > >linux 將find的檔案copy到另一個資料夾

linux 將find的檔案copy到另一個資料夾

  很簡單:

  find /path/to/search/ -type f -name the_file_you_want_to_find | xargs cp -t the_target_path_that_you_would_like_to_put_files_into