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 / xx
awk '(NR>31 && NR<50) || (NR>81 && NR <90) filename.txt
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is event and what are the tasks related to it?
can we override a native sql query within informatica? Where do we do it? How do we do it?
What is expression transformation?
Explain the features of connected and unconnected lookup.
What is joiner change?
How to implement security measures using repository manager?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
What is an expression transformation?
lookup transformation with screenshots
Under what condition selecting sorted input in aggregator may fail the session?
What are the issues you have faced in your project? How did you overcome those issues?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
Write the unconnected lookup syntax?
scenario where i can use only concurrent execution of workflow.
What is the use of an aggregator cache file?