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
Is it possible to create multiple domains on a single Informatica server?
How to do the error handling of if ur source is flatfiles?
where to store informatica rejected data? How to extract the informatica rejected data?
In informatics server which files are created during the session rums?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
Explain sessions. Explain how batches are used to combine executions?
What is exclusive and normal mode for repository services?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
Enlist the advantages of informatica.
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
How to load data in informatica ?
what is the size of your data warehousing?
what are 3 tech challenges/ common issues you face?
What does role playing dimension mean?
difference between repository database and repository service?