How do u identify or filter out a 0 byte file available in a
folder by using UNIX command?



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

Post New Answer

More Informatica Interview Questions

Is it possible to use a client with different version than that of its Informatica server?

0 Answers  


in my lookup table i want to catch the recently updated records from the source to target,how to achieve this and what is last commit interval point for this?

2 Answers   Thomson Reuters,


Explain why we use partitioning the session in informatica?

0 Answers  


lookup transformation with screenshots

0 Answers   TCS,


What is a code page in Informatica

3 Answers   American Express, Cognizant, Deloitte,






How to generate or load values in to the target table based on a column value using informatica etl tool.

0 Answers   Informatica,


How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?

0 Answers   CTS,


How to convert multiple rows to single row (multiple columns) in informatica

0 Answers   Informatica,


What are the data movement modes in informatcia?

3 Answers  


In update strategy target table or flat file which gives more performance ? why?

7 Answers  


My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify

1 Answers   TCS,


Plz can any one say me how to get the informatica certification materials and dumps

0 Answers   TCS,


Categories