Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
Didn’t know about auto populating search queries, abbreviations, string scripting, and using private mode.
Scrubbing through the video, this hurts my soul
echo $(echo $STRING | sed 's/World/Bash/')
For variables bash has PE forms:
echo ${STRING/World/Bash}
I miss these too much when I try Fish.
What’s so bad about
string replace World Bash $STRING
?Nothings bad about it. I don’t think it’s strictly better or worse. Just