How to see directory and the files inside it.

Hi Expert,

How can i able to see the directory and the files inside the directories.

Is it possible, please suggest.

Thanks
shaan

Type ls. To see more, type ls -la.

Hi Expert,

My directory structure is like this

sap_data1/ sap_data2/ sap_data3/ sap_data4/.......sap_data69/.

I need to see the files inside each directory. Is there any command so that I can see not only the directory but also the files in that filesystem.

Thanks

Try the following:

ls -R *

Thank you very, this the result i was looking for.

regards,
Shaan