If you would like to contribute cheetsheets or program functionality, please fork this repository, make your changes, and submit a pull request.
Python code should conform to PEP 8.
Please pattern your cheatsheets after the following:
# To extract an uncompressed archive:
tar -xvf /path/to/foo.tar
# To create an uncompressed archive:
tar -cvf /path/to/foo.tar /path/to/foo/
# To extract a .gz archive:
tar -xzvf /path/to/foo.tgz