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

why u go for dimensions ?

3 Answers   TCS,


If my source is having 30 million records, so obviously the cache could not be allocated with sufficient memory. What needs to be done in this case?

2 Answers   TCS,


Explain the use of aggregator cache file?

0 Answers  


in what type of scenario bulk loading and normal loading we use?

2 Answers   Cognizant, Wipro,


What is the difference between Junk and Confirmed Dimention? where can be used htat one in Informatica?

3 Answers  






I have data like sno mailid 1 subbu@dell.com 2 arthi@dell.com 3 thiru@dell.com .. ..... like this for N no.of how we will send a message 'meet hr' at a time in windows environment by the informatica..

2 Answers   DELL,


What are the features of complex mapping?

0 Answers  


Explain sessions. Explain how batches are used to combine executions?

0 Answers  


hi all my source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want my target is column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c any one can you help

1 Answers  


Can any one explain or sujjest some sites for scd mappings.Thank you

1 Answers   Wipro,


IN SCD TYPE 1 WHAT IS THE ALTERNATIVE TO THAT LOOKUP TRANSFORMATION ?

4 Answers   HP,


To provide support for Mainframes source data,which files r used as a COBOL files

1 Answers  


Categories