Skip to content

Instantly share code, notes, and snippets.

Avatar
💭
"Life is like a box of chocolates. You never know what you're gonna get."

Fernando Vieira da Silva Fernando1729

💭
"Life is like a box of chocolates. You never know what you're gonna get."
View GitHub Profile
@cferdinandi
cferdinandi / terminal-cheat-sheet.txt
Last active May 29, 2023 20:31
Terminal Cheat Sheet
View terminal-cheat-sheet.txt
# 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
View terminal-cheat-sheet.txt
# 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