Horje
sed from match to end of file Code Example
sed from match to end of file
For retrieving part from match to end of file use onw of following:
sed -n '/matched/,$p' file
awk '/matched/,0' file




Shell

Related
dependencies needed for kernel edit linux amd64 Code Example dependencies needed for kernel edit linux amd64 Code Example
add line at beginning of file unix Code Example add line at beginning of file unix Code Example
sed print from match to end of file Code Example sed print from match to end of file Code Example
linux set environment Code Example linux set environment Code Example
gitlab ci exclude branch Code Example gitlab ci exclude branch Code Example

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