Answers for "bash remove newline from string"

1

bash remove newline from string

echo "${string}"|tr '\n' ' '
Posted by: Guest on December-10-2020

Code answers related to "bash remove newline from string"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language