move file
Move file to a different directory.
mv [file name] [new location]
// i.e.
mv file-to-move.js ./new/directory/for/the/file
copy
Move file to a different directory.
mv [file name] [new location]
// i.e.
mv file-to-move.js ./new/directory/for/the/file
copy