Basic Terminal Usage - Cheat Sheet to make the command line EASY @learncodeacademy
Basic Terminal Usage - Cheat Sheet to make the command line EASY  @learncodeacademy
Uploaded June 2014 | Updated September 2026, 1 week ago
Freak out no more...here's how to use the terminal/command line! Using the terminal is EASY, and more importantly, it's a HUGE part of being a web developer these days. If you avoid the terminal, it will only hold you back. This tutorial will teach you how to use the command line in a few easy steps. You'll be comfortable in no time.

ls - list files
cd {directory name} - change directory
cd / - go to root (top) directory
cd ~ - go to user home directory
cd .. - go up a level
mkdir {file name} - make a directory
touch {filename} - create an empty file
rm {filename} - remove a file
rm -r {directory name} - remove a directory and all files within
mv {filename} {new filename} - rename a file or folder
open {filename} - open file in default program
open {filename} -a "{program name}" - open file in specific application
open . - open current directory

HOT KEYS
Command+k - clear the terminal screen
Tab - autocomplete (if more than one files match, nothing happens, you will need to add more characters)
Up/Down Arrows - previous commands

-~-~~-~~~-~~-~-
Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
youtube.com/watch?v=fgOO9YUFlGI
-~-~~-~~~-~~-~-
Basic Terminal Usage - Cheat Sheet to make the command line EASYModular Javascript #5 - PubSub ImplementationMachine Learning Tutorial - Making a recommendation engine IN THE BROWSERModular Javascript #2 - Converting jQuery to an Object Literal ModuleVue Tutorial #9 - Scaling Vue.js Data with StoresVuejs Tutorial #8 - Vue RouterVue Tutorial - Vue JS Tutorial for Beginners #1 setting up an appLearnCode.academy Live StreamModular Javascript #4 - PubSub Javascript Design PatternMobX tutorial #2 - Computed Values and Nested/Referenced ObservablesNode.js tutorial for beginners - an introduction to Node.js with Express.jsBootstrap Tutorial For Beginners - Responsive Design with Bootstrap 3 - Responsive HTML, CSS
LearnCode.academy |

Basic Terminal Usage - Cheat Sheet to make the command line EASY

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER