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
Requires the correct directory location first