From 5269e119d4a332bcd2c2db5491d09666745f61a4 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sun, 10 Mar 2024 21:41:30 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a9fcf07..1db9ea4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,23 @@ hostname sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y ``` + +## ls + + List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort is specified. + + + ```bash + #order by date + ls -t + +#order by date reverse +ls -r + + ``` + +source: man + ## Users ```bash