sed: match string and append new line (before or after)
Before is the requirement for this example. I have a sample file with below content at /tmp/file This is line one This is line two This is line three This
Before is the requirement for this example. I have a sample file with below content at /tmp/file This is line one This is line two This is line three This
In my last articles I had shared the arguments with sed which can be used to [perform case insensitive actions (search, replace..) in a file]({{< relref "sed-case-insensitive-actions-search/index.md" >}}) and to [delete all blank
#### How to append a string after a match? For eg I have a text line "**This is not test**" where I would like to insert "**really**" after matching "**is**"
There was this one time when I ran into the situation when my /tmp partition was getting full at 100% and I got an threshold alert but again when I
This is a script which can be used to backup of your home directory on a day basis where a compressed backup of your home directory **/home** will be saved