Display all files which have size more 3KB in given directory/folder.
Answer / nish
Since it is posted under Datastage; I'm assuming it has something to do with Unix/Linux.
to solve your problem we make use of the 'find' command and its specifications
find /mydir -size +6 -print
1block =512B
3kb =6 Blocks
-size +6 will list files that are greater than 3kb
-print will print them out
/mydir is your folder
| Is This Answer Correct ? | 0 Yes | 0 No |
we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?
how to handle null values in sequential file?
Can aggregator and transformer stages use to sort the data? How ?
what are the different type of errors in datastage?
what is the difference between 7.1,7.5.2,8.1 versions in datastage?
i have a table col1 10 20 30 40 10 20 50 my requirement is how to retrive only duplicates like 10 10 20 20 like this how it's possible in SQL?
How you can fix the truncated data error in datastage?
what is the Difference Between Datastage Server Edition and Parallel Edition?
Hi all, explain one complex business rule that you had in your project and how did you accomplish it using DS?
hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys
how to handle null values using transformer stage?
What are stage variables and constants?