Horje
sed range of lines result Code Example
bash print specific range of rows from a file
# Basic syntax with sed:
sed -n 'start,endp' input_file.txt
# Where start and end are numbers that inclusively define the range. E.g.
sed -n '17,23p' input_file.txt # To print the [17-23] rows
sed range of lines result
ip address | sed -n '2, 4p'




Shell

Related
how to install startx Code Example how to install startx Code Example
osp it digital solutions Code Example osp it digital solutions Code Example
xsl check if nan Code Example xsl check if nan Code Example
remove telegraf from dembian Code Example remove telegraf from dembian Code Example
gitlab system variables Code Example gitlab system variables Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7