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
tell me 5 session failure in real time how can you solve that in your project?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
What are batches?
What do you mean by enterprise data warehousing?
Explain load alternative records / rows into multiple targets - informatica
Which is the t/r that builts only single cache memory?
Differentiate between sessions and batches?
What is union transformation in informatica?
design of staging area?
What is a surrogate key?
Explain how to import oracle sequence into informatica?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
what is the size of your data warehousing?
where to store informatica rejected data? How to extract the informatica rejected data?
What are the different versions of informatica?