Command Hub
Logguest
Go to Home
cd ~
Navigate to home directory
Go Back
cd ..
Move one directory up (..//.. = two)
Reverse Copy over Branch
cp ..//../test_videos/<name>.mp4 ./input
copy two folders down/<path>/<name> to this point/<path>
List Files
ls
Show directory contents (ls -la for list + hidden)
Print Working Dir
pwd
Show current path
Clear Terminal
clear
Clean terminal output