aliases/ls: Fix a minor comment

This commit is contained in:
Hrudaynath Dhabe 2023-02-28 12:43:53 +05:30 committed by Koichi Murase
parent a35e10c498
commit 1d4ada3d5c

View File

@ -21,5 +21,5 @@ alias lu='ls -lur' # sort by access time
# ------------------------------------------
alias lr='ls -R | grep ":$" | sed -e '\''s/:$//'\'' -e '\''s/[^-][^\/]*\//--/g'\'' -e '\''s/^/ /'\'' -e '\''s/-/|/'\'' | less'
alias dud='du -d 1 -h' # Short and human-readable file listing
alias duf='du -sh *' # Short and human-readable directory listing
alias dud='du -d 1 -h' # Short and human-readable directory listing
alias duf='du -sh *' # Short and human-readable file listing