Answers for "sed add text to end of line after match"

0

sed add line after match

sed '/^anothervalue=.*/a after=me' test.txt
Posted by: Guest on January-28-2021
0

sed add word to end of line

sed 's/.*/&:80/'  abcd.txt >abcde.txt
Posted by: Guest on May-13-2020

Code answers related to "sed add text to end of line after match"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language