Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Last active April 23, 2019 15:58
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 a1exlism/0b4f7fbb8068c12a0648a35e8fd62237 to your computer and use it in GitHub Desktop.
Save a1exlism/0b4f7fbb8068c12a0648a35e8fd62237 to your computer and use it in GitHub Desktop.
# Link: https://unix.stackexchange.com/questions/77007/mv-cannot-stat-no-such-file-or-directory-in-shell-script
# Failed
mv /path/to/FILE /new/path/to/FILE
# Double Quote the directory
mv "/path/to/"FILE "/new/path/to/"FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment