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

What is blocking transformation?

0 Answers   Informatica,


What are set operators in Oracle

3 Answers   Deloitte, Wipro,


how i will stop my workflow after 10 errors

2 Answers   HP,


I have 1200 records how can u send it in aggregator with good performance issues?

3 Answers  


Differentiate between Load Manager and DTM?

0 Answers  






difference between repository database and repository service?

0 Answers  


What are the types of data that passes between informatica server and stored procedure?

1 Answers   Informatica,


how remove 1st 3 records & last 3 records in informatics

4 Answers   TetraSoft,


What is the difference between a repository server and a powerhouse?

0 Answers  


What is diff joiner and lookup

4 Answers   BirlaSoft,


Explian the Process of deployment groups in informatica

0 Answers   Informatica,


What is hash partition?

1 Answers  


Categories