Open Source Support Forum

Please or Register to create posts and topics.

How to list files in multiple directories

So,you want to list your files in more than one directory,
lets say in /var , /opt and /etc and you don't know how to do it!
Try this:

ls -a /var /opt /etc

(Replace the direcories,with your own)