How can you display only hidden files in UNIX
Answer Posted / 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 |
Post New Answer View All Answers
What is mapplet in informatica?
What is a mapplet/worklet in informatica?
When do you use sql override in a lookup transformation?
Can we create a Integration service without a Repository service and vice versa?
How do you load alternate records into different tables through mapping flow?
Explain the difference between mapping parameter and mapping variable?
What are the differences between a connected lookup and unconnected lookup?
What is flashback table ? Advance thanks
Differentiate between source qualifier and filter transformation?
Define filter transformation?
Slowly changing dimensions, types and where will you use them
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
what are 3 tech challenges/ common issues you face?
What are the transformations that are not supported in mapplet?