mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-03-15 17:39:39 +01:00
Added ls -alrth and comments.
This commit is contained in:
parent
dec70a88ea
commit
623a30b54d
@ -241,6 +241,7 @@ rm -r my_useless_folder
|
||||
```shell
|
||||
ls my_folder # Simple
|
||||
ls -la my_folder # -l: show in list format. -a: show all files, including hidden. -la combines those options.
|
||||
ls -alrth my_folder # -r: reverse output. -t: sort by time (modified). -h: output human-readable sizes.
|
||||
```
|
||||
|
||||
## tree view a folder and its subfolders
|
||||
|
Loading…
x
Reference in New Issue
Block a user