Operating System - HP-UX
1751854 Members
5533 Online
108782 Solutions
New Discussion

Re: list files in all subfolders

 
SOLVED
Go to solution
Steven Schweda
Honored Contributor

Re: list files in all subfolders

> find . -exec ls -la {} \;

And what does that do when it hits a
directory? And why "a" instead of "A"?
(Not enough useless info with "A"?)