There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.
Answers were Sorted based on User's Feedback
Answer / xx
awk '(NR>31 && NR<50) || (NR>81 && NR <90) filename.txt
| Is This Answer Correct ? | 0 Yes | 1 No |
What is CHECK-IN CHECK-OUT. Please explane me?
what is sql override?what is the use of it?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
What is the functionality of update strategy?
explain abt union t/r?
How the Informatica Server reads perameter file?
in which situations do u go for scds ?
How can u insert o ne row in the target if that row does not exists in the target and update if it exists
In SCD type 2 if we had select date range. then suppose we had inserted today's date(eq. date is 30 aug 2010) then start date will be today's date(30 aug 2010) what will be the end date,we cant leave it blank?
tell me the informatica architecture
Differentiate between source qualifier and filter transformation?
how to join two flat files in informatica?