From b796a43b7ffcc2b44fdcca2660ce465715e9c0e5 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Fri, 19 Aug 2022 12:44:41 +1000 Subject: [PATCH] Remove -L example: (#8365) - according to: https://unixhealthcheck.com/blog?id=157 --- pages/common/pwd.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/pwd.md b/pages/common/pwd.md index 0fe2257248..9b63a59326 100644 --- a/pages/common/pwd.md +++ b/pages/common/pwd.md @@ -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`