Update cheatsheets

This commit is contained in:
ivuorinen
2024-04-19 00:13:37 +00:00
parent 7de5092ed1
commit 48aff03a74
104 changed files with 150 additions and 146 deletions

View File

@@ -23,3 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
- Append a pathname to the environment variable `PATH`:
`export PATH=$PATH:{{path/to/append}}`
- Display a list of active exported variables in shell command form:
`export -p`