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

how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed information.

5 Answers   Keane India Ltd,


I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?

0 Answers  


Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com

0 Answers  


What are the guidelines to be followed while using union transformation?

0 Answers   Informatica,


What does reusable transformation mean?

0 Answers  






two types of data are there . one is mainframe and the other is ascii format . in informatica how can you get both the data in a single format in ascii .

2 Answers   TCS,


we have 30 wf with 3 batches means 1batch=10 wf 2 batch=10-20 wf 3batch=20-30wf through unix First you have to complete batch ofter second batch have to run how can you do in unix?

1 Answers   Polaris,


One flatefile it contains some data but i want to dont want to load first and last record ..how it is? can u tell me complete logic?

2 Answers  


How do you load only null records into target? Explain through mapping flow.

0 Answers  


If we use sorted ports in aggregator transformation and somehow records are not in order by format so what will happen,session fails or it succeeded with incorrect data?

1 Answers   Amdocs,


wht target override?wht advantages it has compare to target update?

2 Answers   Polaris,


how can u connect client to ur informatica sever iff server is located at different place( not local to the client)

3 Answers   Accenture,


Categories