Display all files which have size more 3KB in given directory/folder.
Answer Posted / 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 |
Post New Answer View All Answers
Difference between ‘validated ok’ and ‘compiled’ in data stage?
How one source columns or rows to be loaded in to two different tables?
Explain entity, attribute and relationship in datastage?
I/p : F1 table have A,B,C,D,E and F2 table having C,E,V i need output 0utput1: ABD output2: V any one suggest me this
How do you generate sequence number in datastage?
How do you register plug-ins?
What is staging variable?
how to add a new records into source?
Describe routines in datastage? Enlist various types of routines.
1)what is the size of Fact table and dimension table? 2)how to find the size of Fact table and dimension table? 3)how to implement the surrogate key in transform stage? 4)write the configuration file path? 5)how many types of datasets explain? 6)diff b/w developed projects and migration projects? 7)how to delete the header and footer file of the sequencer file? 8)how can u call the parameters in DS in unix environment? 9) how much data ur getting daily ? 10)
What are the different types of lookups in datastage?
what is the custome stage in datastage? how can we impliment that one? plz tell me
how to implement scd2 in datastage 7.5 with lookup stage
How do y read Sequential file from job control?
What is the difference between server job and parallel jobs?