Answers for "remove \n bash script"

0

bash remove newline from string

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

bash how to delete ^M at the end of every line

# Basic syntax:
dos2unix input_file
Posted by: Guest on October-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language