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 are the reusable transformations?
Define maping and sessions?
When we are using Dynamic Cache,which options we will select in session level?
What if the source is a flat-file? Then how can we remove the duplicates from flat file source?
What is the benefit of session partitioning?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
How do you promote a non-reusable transformation to reusable transformation?
As per Informatica PC help guide, while adding transformations to a mapplet,we have to keep this in mind: If you use a Sequence Generator transformation, you must use a reusable Sequence Generator transformation. May i know the reason behind this?
Define mapping and session?
What is an MDDB? What is the difference between MDDBs and RDBMSs?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
How big was your fact table