# 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