Horje
print next 10 lines after grep Code Example
print next 10 lines after grep
grep -A 2 "app" mytext.txt //prints two lines after the match line
grep -B 2 "app" mytext.txt //prints two lines before the match line




Shell

Related
how to host a file within a folder in github Code Example how to host a file within a folder in github Code Example
bash check if file is readable Code Example bash check if file is readable Code Example
github oauth 2 Code Example github oauth 2 Code Example
PyInstaller can't change the shortcut icon Code Example PyInstaller can't change the shortcut icon Code Example
linux install pycharm command line without snap Code Example linux install pycharm command line without snap Code Example

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