Skip to content

Instantly share code, notes, and snippets.

@trumant
Last active August 21, 2019 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trumant/1c713523d817400a61870411f5c880c1 to your computer and use it in GitHub Desktop.
Save trumant/1c713523d817400a61870411f5c880c1 to your computer and use it in GitHub Desktop.
Find missing files directions
  1. Download the file here
  2. Create a file on your Desktop named search_files.txt. Each line of the file should be a single filename. Example:
file_one.jpg
file_two.jpg
file_three.jpg
  1. Open Terminal.app
  2. Run the following commands in Terminal, pressing Return after each one:
  3. bash
  4. cd ~/Downloads/
  5. chmod +x ./find_missing.sh
  6. mv ~/Downloads/find_missing.sh /Volumes/Seagate\ Backup\ Plus\ Drive/
  7. mv ~/Desktop/search_files.txt /Volumes/Seagate\ Backup\ Plus\ Drive/
  8. ./find_missing.sh search_files.txt .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment