Answers for "sed replace first in file"

0

sed replace first in file

sed '0,/REPLACESTHIS/s//WITHTHAT/' myfile.txt
Posted by: Guest on October-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language