Horje
how to get specific lines of shell output Code Example
how to get specific lines of shell output
sed -n '10,20p' york.txt 
how to get specific lines of shell output
head -n 20 york.txt | tail -11




Shell

Related
sed with variable Code Example sed with variable Code Example
ubuntu increase volume Code Example ubuntu increase volume Code Example
curl form data Code Example curl form data Code Example
how to kill process by command bu username Code Example how to kill process by command bu username Code Example
bash script change directory run a command Code Example bash script change directory run a command Code Example

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