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

List the different types of files that can be made available with unix?

0 Answers  


What are the advantages of unix operating system?

0 Answers  


What is the core of unix operating system?

0 Answers  


Is unix an operating system?

0 Answers  


What is regular file in unix?

0 Answers  






What is the full form of unix operating system?

0 Answers  


What are the hidden files in unix?

0 Answers  


I want to invest in learning things that will get me good jobs in future. But wondering if Unix knowledge is something that is a MUST have or is it better to do any Data-warehouse tool (cognos, Qclik view, ETL etc..). Please suggest me.

0 Answers  


What will happens when we don't call of bind()and listen() in a normal echo server ? Q.33 (b). What are the purposes of the three file descriptors on which the syslogd daemon listens and does I/O multiplexing?

1 Answers  


What is piping?

0 Answers  


What are the different versions of unix?

0 Answers  


Explain how do you create special files like named pipes and device files?

0 Answers  


Categories