Tag: linux ls

ls -r command in Linux

ls -r option lists all files and directories in the current directory in reverse order....

ls -l command in Linux

ls -l option lists all files and directories in the current directory in long listing format....

ls -a command in Linux

ls -a option lists all files and directories in the current directory, including hidden files starting with "."...

List directories recursively in linux/unix

Recursive listing of directories can help us begin to understand the current directory structure. In linux/unix, we can use any of the following commands to...