bin:shcwd: Sort reversely

Sort the other way so that `/` is on the last line instead of the first.
This commit is contained in:
2023-02-22 21:59:55 +01:00
parent 86c3c1992a
commit 979d49612d

View File

@@ -18,4 +18,4 @@ pgrep "$(basename $SHELL)" \
pwdx "$line" 2>/dev/null pwdx "$line" 2>/dev/null
done \ done \
| cut -d' ' -f2- \ | cut -d' ' -f2- \
| sort -u | sort -ur