Quote from
Root on 10/08/2022, 17:19
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)
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)