30 Oct
2020
30 Oct
'20
8:21 p.m.
On 30 Oct 2020, at 11:25, Bernd Petrovitsch bernd@petrovitsch.priv.at wrote:
On 30/10/2020 17:11, @lbutlr wrote: [...]
echo $1 | sed -e '|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|'
What should the sed stuff do?
Changes </head> to <style>* {color:white !important; background-color: black !important; } </style></head>
TTBOMK '|' is not known by sed ...
Yes, it most certainly is.
(It's the only delimiter I use anymore since it means I never have to deal with escaping /)
-- Some people are like a slinky: Totally useless, but you can't help but smile when you push them down the stairs