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

What is unix pattern?

0 Answers  


Which language unix is written?

0 Answers  


How do I find a pattern in unix?

0 Answers  


How do I find my unix os version?

0 Answers  


What is path variable in unix?

0 Answers  






Name two paging states for a page in memory?

0 Answers  


In unix, what is echo used for?

0 Answers   BPL,


Suppose I have one column with data smithjohnmichale the o/p should be smith,john, michale how we do in unix?

0 Answers  


Explain file system in unix.

0 Answers  


How to print/display the last line of a file in Unix?

0 Answers  


What are shell variables?

0 Answers  


Differentiate between absolute and related path?

2 Answers  


Categories