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

what is the difference between repository & Intergration service

1 Answers  


What are the databases that informatica can connect to windows?

0 Answers  


write a query following source region sales 1 1000 2 2000 i want the output ?please give solution 1 2 1000 2000

8 Answers   TCS,


Explain about cumulative Sum or moving sum?

0 Answers   Informatica,


Can we create multiple integration service on single repository?

0 Answers  






what is runtime variable?

3 Answers   TCS,


In target table how to display the system time

1 Answers  


Enlist few areas or real-time situations where informatica is required.

0 Answers  


What is degenerated dimention table?

7 Answers   Patni,


How you prepared reports for OLAP?

0 Answers  


i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table. can any tell me procedure.

2 Answers   TCS,


what is incremantal aggregation?

1 Answers  


Categories