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 |
when informatica 8 series released ?
How to list Top 10 salary, without using Rank Transmission?
What is the difference between procedure and stored procedur?
What are Business Components in Informatica?
hi all my source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want my target is column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c any one can you help
waht is dataware house
How can you access the remote source into your session?
i have 50500 records in my source.if wf run for the first time it will load 1000 records into 1 tgt,if runs second time it will load to another tgt.targets are FF and it is need to be created dynamically.how many tgt will be created and how?
what are the Methods For Creating Reusable Transformations?
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.