From f7b5a9c5b467cd321e4af7c31c1cda2ffc90d640 Mon Sep 17 00:00:00 2001 From: Haruki Date: Thu, 18 Sep 2014 02:13:24 +1000 Subject: [PATCH] Fix the ls command sorting options --- pages/common/ls.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/ls.md b/pages/common/ls.md index 6ff04aec8..4be89e041 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