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
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
What is the difference between STOP and ABORT options in Workflow Monitor?
What is intricate mapping?
How do you load first and last records into target table?
Explain why we use partitioning the session in informatica?
What is a joiner transformation?
How can we update a record in the target table without using update strategy?
What is dimensional table?
How to update or delete the rows in a target, which do not have key fields?
What are some examples of informatica etl programs?
what is unit testing?tell me proceedure
What is deployment group?
What are active and passive transformations?
What are the different lookup cache(s)?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.