Skip to content

Instantly share code, notes, and snippets.

@knicklabs
Last active December 15, 2015 02:39
Show Gist options
  • Save knicklabs/5189002 to your computer and use it in GitHub Desktop.
Save knicklabs/5189002 to your computer and use it in GitHub Desktop.
Commands I should remember but usually don't.

Compands I should remember but usually don't

Compress a directory

tar -zcvf filename.tar.gz /directory

Extract an archive

tar -zxvf filename.tar.gz

Create a symbolic link

ln -s /destination /link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment