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
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
Is it possible to define a single node as a Gateway node as well as worker node?
What is deployment group?
What is a joiner transformation and why it is an active one?
Explain the types of lookup transformation?
What are the different types of olap? Give an example?
What is the difference between a repository server and a powerhouse?
Explain in detail scd type 2 through mapping.
What is intricate mapping?
What is a stored procedure transformation?
Enlist the differences between database and data warehouse.
How we can create indexes after completing the loan process?
What is data transformation manager process?
How many transformations can be used in mapplets.
can we override a native sql query within informatica? Where do we do it? How do we do it?