Command Line Tutorial
This tutorial serves as an introduction to the Unix command line (Linux + Mac systems). It assumes no previous knowledge or experience of the Terminal nor Command Line.
For Windows users, it is recommended in Open a Terminal how to get and install a unix based terminal for this tutorial.
To view this tutorial as a GitBook, go here
Covered in this tutorial are the following commands:
pwdls [[-a, -l, -al] <dir>]cd <path>mkdir <dir_name>touch <file_name>rmdir <dir_name>rm <file_name>cp <file_to_copy> <new_file_name>mv <old_file_name> <new_file_name>clear
Created by
This tutorial was a joint effort between Kelsey Hawley and Nicholle James.