a1exlism
4/23/2019 - 3:58 PM

shell_dirctory

# 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