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 / vc
sed -n -e '31,50p' -e '81,90p' filename.txt
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the need of an ETL tool?
What are multi-group transformations?
What is informatica?
Explain transaction control transformation in informatica
How can we handle two sessions in informatica?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
What are the components of the workflow manager?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
What is standalone command task?
How to improve the performance of a session using sorter transformation?
How you prepared reports for OLAP?
How might one distinguish in the case of mapping is right or not without associating session?
What is the meaning of decode in informatica?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
Under which circumstances, informatica server creates reject files?