Tag Archives: tree

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 list files and directories recursively: ls command find command tree command du command Use the … Continue reading

Posted in How to | Tagged , , , | Comments Off on List directories recursively in linux/unix