There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.
Answer Posted / xx
awk '(NR>31 && NR<50) || (NR>81 && NR <90) filename.txt
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Informatica Checkpoints
What are the steps involved in the migration from older version to newer version of Informatica Server?
Define Pmrep command?
I have a flat file, want to reverse the contents of the flat file
whats the logic to load the lower level of granularity of data to fact table.
What are the features of complex mapping?
Do you find any difficulty while working with flat files as source and target?
What is an unconnected transformation?
In warehouses how many schemas are there?
can u give example for factless fact table
Can anyone tell me the new features in Informatica 9 Version?
What is primary and backup node?
Which means the first record should come as last record and last record should come as first record and load into the target file?
What is informatica powercenter repository?
How do you handle two sessions in Informatica