SHORT SED intro
sed -i 's/sadness/happiness/g' sedfile
Getting there ... โ โ
Me: What did you teach me about sed yesterday?
GPT: Yesterday, I taught you about the sed command, which is a powerful text editor that can perform find and replace operations on text file...
angel.hashnode.dev3 min read
David John
I am creator - turning lines of code into bridges of possibility.
Wow, I didn't know sed was this easy to use, I usually use python to edit files. Thanks for this