How can I remove a space located between name and lastname from a string by using awk? most of the examples are about redirecting data from command line to awk but I need to manipulate a string inside an awk script.
Convert this:
"steve john"
to:
"stevejohn"
I have a string variable which I asked user to input inside an awk script. I need to remove the spaces.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With