Horje
grep everything after a pattern Code Example
grep everything after a pattern
sed '1,/target_string/d' file1 : till the ened of the file

sed -n 's/pattern//p' filename  just matching pattern, like grep 




Shell

Related
grep count words Code Example grep count words Code Example
full stack roadmap github Code Example full stack roadmap github Code Example
snap jdk Code Example snap jdk Code Example
SSH remote capture Wireshark Code Example SSH remote capture Wireshark Code Example
git fast forward Code Example git fast forward Code Example

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