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 |
Reusable transformation and shortcut differences
If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workflow or if 2nd workflow fails how could we start 3rd workflow?
Mention few power centre client applications with their basic purpose?
we have 6 records in source , i need 2nd record in one target and 5th record in one target or 2nd & 5th record in same target.
ONE FLAT FILE IS THERE WHICH IS COMMA DALAMETED . HOW TO CHANGE THAT COMMA DELEMITER TO ANY OTHER AT THE TIME OF RUNNING ?
What is the term PIPELINE in informatica ?
What are the different types of Type2 dimension maping?
what is system requirement(SR) & business requirement(BR)?
where is the reject loader .
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix.
Describe the impact of several join conditions and join order in a joiner transformation?
difference between source based commit? and target based commit? which is better with respect to performance?