How can you display only hidden files in UNIX

Answers were Sorted based on User's Feedback



How can you display only hidden files in UNIX..

Answer / amedela chandra sekhar

Correct answer is

ls -a|grep "^\."

Is This Answer Correct ?    14 Yes 0 No

How can you display only hidden files in UNIX..

Answer / ram

$ls -a

Is This Answer Correct ?    4 Yes 2 No

How can you display only hidden files in UNIX..

Answer / enrique

The ls -a displays not only hidden but others, so that is not the answer.

The correct answer for displaying only hidden files is:

ls -a | grep '^\.'

Is This Answer Correct ?    1 Yes 0 No

How can you display only hidden files in UNIX..

Answer / mahaboob basha

$ ls -la
total 16
8 drwxrwxrwx 2 zzz yyy 4096 Apr 26 12:00 ./
8 drwxrwxrwx 9 zzz yyy 4096 Jul 31 16:59 ../
$

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Informatica Interview Questions

source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000

6 Answers   CTS, Wipro,


Explain the etl program with few examples.

0 Answers  


wat are deployement groups in informatica, how it will be used for developers

0 Answers  


Tell me about informatica architecture.

2 Answers   TCS,


how to through logic of informatica using the push down optimization into oracle.

2 Answers   Hexaware,






How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

0 Answers   Informatica,


what is lookup ?

7 Answers  


Explain target update override in informatica

0 Answers   Informatica,


I have the source like col1 col2 a l b p a m a n b q x y How to get the target data like below col1 col2 a l,m,n b p,q x y

2 Answers   DELL,


In which circumstances that informatica server creates Reject files?

2 Answers  


What are the Advantages of de normalized data?

3 Answers  


what is filelist concept in informatica

4 Answers  


Categories