Remove -L example: (#8365)

- according to: https://unixhealthcheck.com/blog?id=157
This commit is contained in:
Emily Grace Seville
2022-08-19 12:44:41 +10:00
committed by GitHub
parent 278ac3f439
commit b796a43b7f

View File

@@ -10,7 +10,3 @@
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
`pwd -P`
- Print the current logical directory:
`pwd -L`