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 workflow monitor?
How do you promote a non-reusable transformation to reusable transformation?
How to open an older version of an object in the workspace?
explan ur project architecture?
What is DR strategy for Informatica project?
What is an active transformation?
What is a joiner transformation?
generate date / time dimension in informatica
What is the procedure for creating independent data marts from informatica 7.1?
How to convert multiple rows to single row (multiple columns) in informatica
What is lookup change?
How do you take back up of repository?
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
How do you remove duplicate records in informatica? And how many ways are there to do it?