How can you display only hidden files in UNIX
Answers were Sorted based on User's Feedback
Answer / amedela chandra sekhar
Correct answer is
ls -a|grep "^\."
Is This Answer Correct ? | 14 Yes | 0 No |
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 |
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 |
how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed information.
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?
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
What are the guidelines to be followed while using union transformation?
What does reusable transformation mean?
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 .
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?
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?
How do you load only null records into target? Explain through mapping flow.
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?
wht target override?wht advantages it has compare to target update?
how can u connect client to ur informatica sever iff server is located at different place( not local to the client)