How do u identify or filter out a 0 byte file available in a
folder by using UNIX command?
Answer / 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 |
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
what is index?how it can work in informatica
any body can say about all versions of informatica ?how many versions ?
What is the use of source qualifier?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
How to improve the performance of a session using sorter transformation?
Hi Experts, Performance Wise Which transformation is better in LOOKUP AND JOINER TRansformations? Why? Can anybody please explain it ? Please help me out from this Question. Thanks In Advance.
In a sequential batch can u run the session if previous session fails?
Explain what transformation and how many are there in informatica?
What is a difference between complete, stop and abort?
How to use Normalizer transformation?
What is sequence generator transformation in informatica?