If I have a word called "orange", how do I split it into its individual characters.
My output should be :
o
r
a
n
g
e
echo orange | fold -w 1
output
o
r
a
n
g
e
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