Please enable JavaScript of your browser.
Nth Line
Line-based
Single Line
From
N
th to
M
th Lines
From the Last
N
th to the Last
M
th Lines
Every
N
th Line of a File
Every
N
Lines of a File
Every Line
Single Line
Get the 4th line of a file.
2000.09.29
From
N
th to
M
th Lines
Get the 3rd through 6th lines of a file.
2000.09.29
Delete the 3rd through 6th lines of a file.
2000.09.29
Get the last 6 lines of a file.
2006.07.14
Delete the last 6 lines of a file.
2000.09.29
From the Last
N
th to the Last
M
th Lines
Delete the last 8th through 4th lines of a file.
2012.01.05
Every
N
th Line of a File
Get every Nth line of a file.
2009.05.15
Append a line after every
N
th (for example, 4th) line.
2001.02.22
Delete every 4th line (e.g., 4th, 8th, 12th, ...) of a file.
2006.02.22
Every
N
Lines of a File
Join every
N
lines to one.
2009.09.15
Every Line
For each line of a file, append the previous line to the end of it.
2004.10.14
For each line of a file, append the next line to the end of it.
2005.01.28