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
How to do the error handling of if ur source is flatfiles?
what is index?how it can work in informatica
What is Data Caches size?
What are the different versions of informatica?
What are the types of caches in lookup? Explain them.
Explain direct and indirect flat file loading (source file type) - informatica
What are the components of the workflow manager?
How does a sorter cache works?
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
What are Dimensional table?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
Tell me about MD5 functions in informatica
What is the difference between informatica 7.0 and 8.0?
Explain lookup transformation is active in informatica