how to list all the hidden files?

Answers were Sorted based on User's Feedback



how to list all the hidden files?..

Answer / lipun

ls -a|grep "^\."

Is This Answer Correct ?    25 Yes 5 No

how to list all the hidden files?..

Answer / kirus

ls-a

Is This Answer Correct ?    12 Yes 2 No

how to list all the hidden files?..

Answer / david

there is no need to grep dear.....

Is This Answer Correct ?    10 Yes 6 No

how to list all the hidden files?..

Answer / vikram

ls -ald (In solaris)

ls - ltra (In unix)

Is This Answer Correct ?    2 Yes 0 No

how to list all the hidden files?..

Answer / jk

ls -a

The above list all hidden + non hidden files .

Is This Answer Correct ?    3 Yes 2 No

how to list all the hidden files?..

Answer / prashant kadre

ls -la

Is This Answer Correct ?    2 Yes 1 No

how to list all the hidden files?..

Answer / abhisek

ls -a¦grep "^.\"¦grep -v ".\$"

Is This Answer Correct ?    0 Yes 0 No

how to list all the hidden files?..

Answer / dinesh

ls -a

Is This Answer Correct ?    0 Yes 0 No

how to list all the hidden files?..

Answer / chinmay

ls -A | grep '^.'

Is This Answer Correct ?    0 Yes 0 No

how to list all the hidden files?..

Answer / ashok

mv *.*

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Unix General Interview Questions

How old is unix?

0 Answers  


Explain the terms links and symbolic links with respect to unix?

0 Answers  


What are my options if I want to turn on security with a non-root server ID in a UNIX® environment?

0 Answers   IBM,


Does mac use unix?

0 Answers  


Explain what is standard unix streams ?

0 Answers  






What do you understand by the term single user system?

0 Answers  


What do you understand by the term filters?

0 Answers  


How do you sort in unix?

0 Answers  


How to find the path in unix?

0 Answers  


How to log out in unix?

0 Answers  


Explain the different types of pathnames that are used in unix.

0 Answers  


How to remove the last line/trailer from a file in Unix script?

0 Answers  


Categories