解決shell指令碼錯誤$’r’ command not found
從windows上傳了一個
到
上執行 出現如下錯誤:$'\r': command not found
這是windows與Unix文字編輯的預設格式不同造成的,需要轉成unix格式。
解決方法
[root@localhost ~]# yum install -y Example.sh [root@localhost ~]# dos2unix Example.sh dos2unix: converting file Example.sh to Unix format ...
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31559985/viewspace-2649479/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- shell指令碼執行錯誤 $‘\r‘:command not found指令碼
- 執行 shell 指令碼 \r 問題解決指令碼
- 解決 command not found: expressExpress
- Invalid bound statement (not found)錯誤解決
- sqlplus: command not found解決SQL
- 解決ntp的錯誤 no server suitable for synchronization foundServerUI
- bash: lspci: command not found解決方法
- Linux Shell執行source或.命令報錯'bash: ..: command not found'Linux
- IE指令碼錯誤怎麼辦 網頁尾本錯誤解決妙招指令碼網頁
- 解決bash: mysql: command not found的問題MySql
- Mac終端出現 brew command not found 解決Mac
- zabbix_get :command not found 解決辦法
- shell指令碼中如何報錯即刻退出以及如何獲取子shell指令碼的錯誤資訊:set -o errexit指令碼
- Eclipse中解決Multiple annotations found at this line錯誤。Eclipse
- -bash: XXX: command not found解決辦法
- Linux提示crontab command not found的解決方法Linux
- 解決 The ‘supervisor==3.2.0‘ distribution was not found and is required by the application錯誤UIAPP
- RestCloud ETL解決shell指令碼引數化RESTCloud指令碼
- CentOS 7 命令 lsb_release: command not found 解決方案CentOS
- RHEL7 解決xclock的 bash: xclock: command not found…
- shell指令碼報錯:[: missing `]‘指令碼
- shell指令碼中文註釋亂碼問題(解決)指令碼
- 關於shell中的pl/sql指令碼錯誤排查與分析SQL指令碼
- 【linux報錯】-bash: xhost: command not foundLinux
- CentOS 已安裝virtualenv, 但還是報錯誤 bash: virtualenv: command not foundCentOS
- 當前頁面指令碼發生錯誤的解決辦法指令碼
- 總結一篇shell除錯技巧及常見的指令碼錯誤除錯指令碼
- Unix shell解決實際問題指令碼(1)指令碼
- Unix shell解決實際問題指令碼(2)指令碼
- Unix shell解決實際問題指令碼(3)指令碼
- “command-not-found has crashed” 解決辦法 (*unsolved)
- 批次解壓shell指令碼指令碼
- Windows下make clean指令錯誤[錯誤碼2](系統找不到指定檔案)的解決方案Windows
- shell 指令碼的除錯問題指令碼除錯
- shell指令碼報錯:"[: =: unary operator expected"指令碼
- python virtualenv報錯-bash: virtualenv: command not foundPython
- pip: command not found
- command 'gcc' failed with exit status 1錯誤問題的解決辦法GCAI