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 target designer and target load order?
Without using Lookup & Sequence Generator, How to generate Sequence?
How will you convert rows into columns or columns into rows
What is metadata reporter?
why we r using presql&postsql in source qualifier?
Can you use the maping parameters or variables created in one maping into any other reusable transformation?
Write the different tools in the workflow manager?
WHAT IS UPDATE OVERRIDE . DIFFERENCE BETWEEN SQL OVERRIDE AND UPDATE OVERRIDE ?
WHAT IS THE DIFFERENCE BETWEEN .NET AND INFORMATICA?
How/where can i install Informatica software with oracle or teradata as database
i have source like this ID 1 2 3 4 sal 1000 2000 3000 4000 and how to load target like this o_sal 1000 3000 6000 10000 can you plz give a sol using informatica
How can you change from reusable session into non-reusable session.