Skip to content

Instantly share code, notes, and snippets.

@laurenhavertz
Last active December 18, 2015 15:09
Show Gist options
  • Save laurenhavertz/5802835 to your computer and use it in GitHub Desktop.
Save laurenhavertz/5802835 to your computer and use it in GitHub Desktop.
WDI Learning & Friendship

Today we learned a lot about BLOGGING and how it is important for us to keep a technical blog!

With that said, we spent a lot of time in the Terminal learning about some of the most frequently used commands.

Here is an easy table to read with the name of function, the shortcut function, and the definition of what it is!

Enjoy :)

Function Shortcut Definition
print working directories pwd shows you the local of the directory you are in
list file ls lists the files in your current directory
touch touch + name of file creates an empty file by the name input
concatenate cat simply, "puts things together"
push pushd pushes you into the next file or directory
make directory mkdir makes a new directory
shebang #! gives instruction for a shell to read a file in a certain language
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment