Search Results

Search: Posts Made By: Don Cragun
9,909
Posted By Don Cragun
If the input file has a lot more than 89 records,...
If the input file has a lot more than 89 records, you might also want to try:
awk 'NR==23;NR==89{print;exit}'
to avoid reading the rest of the file after line/record 89.
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy