how do display only hidden files in unix?
Answer Posted / chelios
Minimalistic form:
ls -a | grep '\.'
Really people, 'only hidden' means 'only hidden', not 'also hidden'...
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Write a shell script that requests the user's age and then echoes it, along with some suitable comment.
What is the full form unix?
What is path variable in unix?
How does the kernel differentiate device files and ordinary files?
What are the benefits of running processes in the background?
What does pipe do in unix?
What are some common shells and what are their indicators?
Is ios based on unix?
What is alias mechanism? Explain.
For which kind of fault the page is checked first?
What is $# in unix?
What are the pros of executing processes in the background?
How to reverse a string in Unix?
How do I grep multiple patterns in unix?
What are positional parameters in unix?