Skip to content

Instantly share code, notes, and snippets.

@abreaux26
abreaux26 / terminal-cheat-sheet.txt
Last active October 30, 2020 13:12 — forked from cferdinandi/terminal-cheat-sheet.txt
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@abreaux26
abreaux26 / gist:d0f38e5146cc8e7ae2b74d948c8a43de
Last active October 21, 2020 15:59 — forked from clintel/gist:1155906
Fenced code in bullet lists with GitHub-flavoured MarkDown??

Fenced code blocks inside ordered and unordered lists

  1. This is a numbered list.

  2. I'm going to include a fenced code block as part of this bullet:

    Code
    More Code