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
What are ETL Tools?
Design a mapping to load the cumulative sum of salaries of employees into target table?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Explain transaction control transformation in informatica
Please let me know how to make Data masking in informatica..
How does a rank transform differ from aggregator transform functions max and min?
To import the flat file definition into the designer where should the flat file be placed?
r u done any partitions in ur project?
Explain how many types of dimensions are available in informatica?
What do you mean by blocking transformation?
What is intricate mapping?
What are roles and groups and benefits of using them?
complex mapping ur project u r invlve can u explain and give real time example give me ?
Explain what transformation and how many are there in informatica?
What are the tuning techniques you applied during your last project