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

Pipes support half duplex communication. But if we want full-duplex communications we should use two pipes between two processes. Is such situation can leads to deadlock? Write two scenarios that could leads to deadlock in such situations?

1 Answers   Vector India,


command to display different lines that are found when compare two files?

2 Answers   HP,


What are links and symbolic links in UNIX file system?

0 Answers  


What is unix inode?

0 Answers  


Is windows unix based?

0 Answers  






Why was unix created?

0 Answers  


What are the hidden files in unix?

0 Answers  


If we are terminated at the middle of the program execution in UNIX,what will happen to the program, it will continue running r terminate r the o/p will be send to your mail?

0 Answers   Apps Associates,


Which are typical system directories below the root directory?

0 Answers  


Explain what are links and symbolic links in unix file system?

0 Answers  


How to find the path in unix?

0 Answers  


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

0 Answers  


Categories