anthonytranDev
11/2/2017 - 10:29 PM

Bash: Moving File

Moving Absolute Path

mv /Users/anthonytran/Desktop/Learning/[filename] /Users/anthonytran/Desktop/Learning/dist/[filename]
Moving Relative Path


Requires the correct directory location first
mv index.html ./dist/index.html