Quickly Find Out Contents Of Directories And Subdirectories Using Linux Terminal

List directory contents recursively in Linux
Linux command line / Terminal offers a quick and simple way to do most things. Let’s say that if we want to view contents of a directory and all the sub directories within it quickly all in one go, here is how to do it : 1. Open Terminal and type the path of the directory whose contents (along with the contents of subdirectories and their subdirectories and so on )  after ls command and the...