How do u identify or filter out a 0 byte file available in a
folder by using UNIX command?
Answer Posted / raj
Most files of the following command output will be lock-files and place holders created by other applications.
# find ~ -empty
List all the empty files only in your home directory.
# find . -maxdepth 1 -empty
List only the non-hidden empty files only in the current directory.
# find . -maxdepth 1 -empty -not -name ".*"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
While importing the relational source definition from the database, what are the metadata of source that will be imported?
Different qualification between a related rotate toward the sky and isolates look upward?
What is an expression transformation in informatica?
What are the types of data warehouses?
What is joiner transformation?
Explain the different kinds of facts.
What are the limitations of joiner transformation?
waht type of interface is used for testing the data in informatica
What is an aggregator transformation?
What is lookup transformation?
What are the differences between oltp and olap?
What is a stored procedure transformation?
How to join three sources using joiner? Explain though mapping flow.
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
what is INFORMATICA TESTING process