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 are the different types of Type2 dimension maping?
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .
What is rank index in rank transformation?
Insert else update option in which situation we will use
how we can do session partition in informatica any one explain me clearly? thanks advance.
what is tha tracesing level? and difference betweentrace in normal and verbose and nonverbose?
difference between source based commit? and target based commit? which is better with respect to performance?
How to load last n records of file into target table - informatica
What is dimensional table? Explain the different dimensions.
Which is better performance wise database or file?How?
What do you understand by term role-playing dimension?
What are the new features of informatica 9.x in developer level?