Search Results

Search: Posts Made By: itsjoy2u
2,715
Posted By ahamed101
sed -n '200,300 p' input_file > output_file ...
sed -n '200,300 p' input_file > output_file


--ahamed
2,715
Posted By madanlee
if you want print the last 100 line in the file ...
if you want print the last 100 line in the file

head <filename>|tail -100

you want to print 100th -200th line of the file then you can use

head -200| <filename>|tail -100

i hope...
Showing results 1 to 2 of 2

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