Answers for "bash reading file wrong"

0

bash reading file wrong

#Possible solution
sed -i 's/\r//g' script.sh
#Just execute command above to fix problem replacing script name for yours ;)
Posted by: Guest on October-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language