diff --git a/pages/common/ls.md b/pages/common/ls.md index 6ff04aec81..4be89e0416 100644 --- a/pages/common/ls.md +++ b/pages/common/ls.md @@ -23,11 +23,11 @@ `ls {{prefix}}*` `ls *{{suffix}}` -- Sort the results size +- Sort the results by size, last modified date, or creation date -`ls -s # by size` -`ls -t # by last modified date` -`ls -U # by creation date` +`ls -S` +`ls -t` +`ls -U` - Reverse the order of the results