Search Results

Search: Posts Made By: shashwat2691
1,634
Posted By Jairaj
Try this: sed -n '10,$p' f1
Try this:

sed -n '10,$p' f1
1,634
Posted By kurumi
n=10; ruby -ne "print if $.>=$n" file
n=10; ruby -ne "print if $.>=$n" file
1,634
Posted By Franklin52
With awk: awk 'NR>=10' file
With awk:
awk 'NR>=10' file
Showing results 1 to 3 of 3

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