我是shell腳本的新手。我使用在Windows中創建的源命令來源文件,它有回車。在我追加一些字符的時候,它會一直到行的開頭。如何從shell腳本中的變量中刪除回車符和換行符
test.dat (which has carriage return at end)
testVar=value123
testScript.sh (sorces above file)
source test.dat
echo $testVar got it
我得到的輸出是
got it23
我怎樣才能把變量的 '\ r'。任何幫助都將非常可觀。
由於一噸用於' perl'。我無法下載'dos2unix','tr'不能工作,什麼不可以!非常感謝! – 2018-01-26 16:55:52