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 is a mapplet/worklet in informatica?
In how many ways we can create ports?
What is joiner transformation?
What are the tasks that can be performed using sq?
What are the different components of powercenter?
What is DR strategy for Informatica project?
What is the benefit of session partitioning?
Is it possible to use a client with different version than that of its Informatica server?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
What are the restrictions of union transformation?
What is meant by pre and post session shell command?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
How do you remove duplicate records in informatica? And how many ways are there to do it?
Write the prerequisite tasks to achieve the session partition?
What is the difference between informatics 7x and 8x and what is latest version?