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


Please Help Members By Posting Answers For Below Questions

What is mapplet in informatica?

740


What is a mapplet/worklet in informatica?

888


When do you use sql override in a lookup transformation?

749


Can we create a Integration service without a Repository service and vice versa?

943


How do you load alternate records into different tables through mapping flow?

1528






Explain the difference between mapping parameter and mapping variable?

779


What are the differences between a connected lookup and unconnected lookup?

798


What is flashback table ? Advance thanks

1664


Differentiate between source qualifier and filter transformation?

1243


Define filter transformation?

825


Slowly changing dimensions, types and where will you use them

1439


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

2316


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?

1690


what are 3 tech challenges/ common issues you face?

2058


What are the transformations that are not supported in mapplet?

765