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 |
What is a surrogate key?
What are the differences between oltp and olap?
how to run the batch using pmcmd command
SO many times i saw "$PM parser error " .what is meant by PM?
How to load the data from a flat file into the target where the source flat file name changes daily?
Have you worked with/created Parameter file
What is the Router transformation?
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500
Whether Aggrigator transformation ignore the null values or consider the null values ? Advance Thanks, Manojkumar
can we override a native sql query within informatica? Where do we do it?
how will compare two mappings in two different repository?
How to generate or load values in to the target table based on a column value using informatica etl tool.