Handy cmd
File Navigation & Management bash # Navigation pwd # Print working directory cd /path/to/directory # Change directory cd ~ # Go to home directory cd - # Go to previous directory ls -la # List all files (including hidden) tree # Show directory tree # File Management cp source dest # Copy file mv source dest # Move/rename