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 does command task mean?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
Explain what transformation and how many are there in informatica?
What are the guidelines to be followed while using union transformation?
Quickly characterize reusable change?
Informatica settings are available in which file?
how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?
where to store informatica rejected data?
What does cheating measurement mean?
what is the complex transformation you used in informatica
What are the mapping parameters and mapping variables?
What are the tasks that source qualifier perform?
Which means the first record should come as last record and last record should come as first record and load into the target file?
Define sessions in informatica etl?
Does an informatica transformation support only aggregate expressions?