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 do I create a directory in unix?

1 Answers  


Explain a path in unix.

1 Answers  


What is procedure to configure Mirror rootvg in HP-UX?

2 Answers   IBM, Microsoft,


Can you explain the method of changing file access permission?

1 Answers  


Is windows 10 unix based?

1 Answers  


What Happens when you execute a program?

1 Answers  


What is standard unix streams ?

1 Answers  


Describe the term inode?

1 Answers  


What are the main features of unix?

3 Answers  


How to make a new directory in unix?

1 Answers  


What are the requirements for a swapper to work?

1 Answers  


Write a script that prints out date information in this order: time, the day of week, day number, month, year(sample output: 17:34:51 pdt sun 12 feb 2012)

1 Answers  


Categories