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

A TABLE CONTAINS SOME NULL VALUES . HOW TO GET (NOT APPLICABLE(NA)) IN PLACE OF THAT NULL VALUE IN TARGET .?

5 Answers   HP,


difference between informatica 8.6 and 9

3 Answers   Atos Origin, BA Continnum Solutions, Core Logic,


If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?

0 Answers  


what is the process of target load planing?

2 Answers   IBM,


Hi i am new to Informatica. I have few question's in Informatica. Can any one respond, it will be appricaited. Q.Is Flat File Contains the Dynamic Cache?

6 Answers  






Slowly changing dimensions, types and where will you use them

0 Answers  


What is the benefit of session partitioning?

0 Answers  


wht is full process of Information source to target just like stg to productuon and development

1 Answers   Informatica,


Scenario:-  Below is the requirement. Source:-  NAME          ID                    Requirement  RAVI            1                      (no need to repeat as it ID is 1) KUMAR        3                     (repeat 3 times as it ID is 3) John             4                     (repeat 4 times as it ID is 4) Required Out Put:- Name                   ID RAVI                     1                    KUMAR                3      KUMAR                3 KUMAR                3  John                     4 John                     4 John                     4 John                     4 Scenario 2:- Source Data  ID              NAME 1,2            NETEZZA,ORACLE 3,4,5         SQL Server, DB2, Teradata Required Output:-  ID                   NAME 1                  NETEZZA 1                  ORACLE 3                  SQL Server 3                  DB2 3                  Teradata

1 Answers   Cognizant,


scd methodology?

2 Answers  


Why do you use Mapping Parameter and mapping variable?

0 Answers  


Why we use lookup transformations?

1 Answers  


Categories