CLI Tricks: Spongebob Sarcasm in awk
Sometimes you want to turn some text
into "sarcastic Spongebob" text
so this little fragment of
awk
will make that transformation for you:
To use it, you can either invoke it directly, then copy and paste the results:
Or, you can manipulate the contents of the clipboard:
If you don't have
xsel
you might have
xclip
on Linux or the BSDs,
and on MacOS,
you might have
pbcopy
/pbpaste
that you can use instead.