ls is a command to list computer files in Linux and Unix and Unix-like operating systems.
ls
ls -lhaR
ls -ldh $(find /path/to/search/)
ls -lR | grep '^-' | sort -rnk5
ls -ldh $(find ./) | sort -rnk5
find
du
df
du, df, find, ls, mkdir, touch, locate
Advertising: