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
What are the different ways to implement parallel processing in informatica?
expain about the tune parameters?
What is depict expression change?
What is a node in Informatica?
What is the advantage of informatica?
Explain load alternative records / rows into multiple targets - informatica
What are the conditions needed to improve the performance of informatica aggregator transformation?
What is informatica?
Can anyone tell me the new features in Informatica 9 Version?
What are the different versions of informatica?
What are the mapping parameters and mapping variables?
Differentiate between a repository server and a powerhouse?
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
Can we override a native sql query within informatica?
I have a flat file, want to reverse the contents of the flat file