sed -i.bak 's/TEXT_TO_REPLACE/REPLACEMENT_TEXT/g' your_file.txt
-i.bak makes sure of a backup, because this is a risky operation. It is required with the -i flag on macOS/BSD.
nihilism is exhausting
sed -i.bak 's/TEXT_TO_REPLACE/REPLACEMENT_TEXT/g' your_file.txt
-i.bak makes sure of a backup, because this is a risky operation. It is required with the -i flag on macOS/BSD.
"Aufwachen, arschloch!"