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
How do you load unique records into one target table and duplicate records into a different target table?
How to load the data from people soft hrm to people soft erm using informatica?
Can we change Dynamic to Static or Persistent cache? If so what happens?
What are different types of transformations available in informatica?
can we override a native sql query within informatica? How do we do it?
can anyone suggest best free Talend data integration training online
what is diff b/t sorter t/r and agg have the option sorter property...
How many types of sessions are there in informatica.please explain them?
Separate from a database, an information bazaar, and an information stockroom?
In development project what is the process to follow for an etl developer from day1
Explain what is informatica metadata and where is it stored?
How can we store previous session logs?
Explain Dataware house architecture .how data flow from intial to end?
What are the static cache and dynamic cache in informatica?
Design a mapping to load the cumulative sum of salaries of employees into target table?