Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-09 00:19:47 +00:00
parent 3113331dbe
commit 10fffa6813
2 changed files with 25 additions and 4 deletions

View File

@@ -15,7 +15,3 @@ source: https://github.com/tldr-pages/tldr.git
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
`pwd -P`
- Print the current logical directory:
`pwd -L`