How do I use the ls command to display only the hidden files and hidden directories and files in the hidden directories.
This is a discussion on bonus question within the Linux Programming forums, part of the Platform Specific Boards category; How do I use the ls command to display only the hidden files and hidden directories and files in the ...
How do I use the ls command to display only the hidden files and hidden directories and files in the hidden directories.
Code this
nevermind...answered my own question
ls -alR
Code this