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
lookup transformation with screenshots
How can you differentiate between powercenter and power map?
Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?
What is confirmed fact in dataware housing?
How an expression transformation differs from aggregator transformation?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
Describe an informatica powercenter?
How to load last n records of file into target table - informatica
What is the format of informatica objects in a repository?
As union transformation gives UNION ALL output, how you will get the UNION output?
In how many ways we can create ports?
What is dimensional table? Explain the different dimensions.
Tell me about MD5 functions in informatica
Tell me about Propagate functions in informatica
What is the surrogate key?