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
Design a mapping to load a target table with the following values from the above source?
What is xml source qualifier transformation in informatica?
Explain what are the different versions of informatica?
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 ?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
Why is sorter an active transformation?
Where can we find the throughput option in informatica?
What is mapplet in informatica?
What is the use of code page?
how many types of dimensions are available in informatica?
What are the reusable transformations?
How are the sources and targets definitions imported in informatica designer?
What is aggregator transformation in informatica?
Difference between Data and Index Caches?
What is the format of informatica objects in a repository?