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 are active and passive transformations?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed information.
When do you use mapping parameters? (In which transformations)
when we use dynamic lookup,if condition matches what will be the o/p?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
What is the exact difference b/w IN and EXIST in Oracle..?
what is plsql table?
What is an incremental loading? in which situations we will use incremental loading
What are the disadvantages of Sequence Generator T/R?
Please let me know how to do estimation before staring development in project. Here estimation in the sense how many associates are required, etc to complete the project.
How we can create indexes after completing the loan process?