91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

dos2unix unix2dos se ff=uni

發布時間:2020-02-28 20:15:14 來源:網絡 閱讀:842 作者:冷暖己知 欄目:系統運維

  問題及解決方案  


   在windwos下用記事本編寫了個shell腳本,拿到cygwin下運行沒問題,但是


拿到linux下運行就出問題,顯示:

:bad interpreter:no such file or directory

出現問題的原因就是“行終束符”,unix/linux使用 換行符;而dos/windows使


用 回車+換行

解決辦法:

1.使用vi打開該腳本

2.設置fileformat(ff) 

  :set ff=unix

3.另存

  :w test.sh

此時test.sh就能在linux下執行了(運行前注意是否可執行)


注:在cygwin下fileformat為unix或dos都可以



示例一 DOS格式文本文件在Linux下的表現

現在有一個腳本文件job.sh,是在Linux下用vi編輯的。

[root@jfht ~]# cat job.sh 

#!/bin/sh


date >job.txt

 

現在把它轉換成DOS格式文本文件。 

[root@jfht ~]# unix2dos job.sh 

unix2dos: converting file job.sh to DOS format ...

嘗試著運行一下。 

[root@jfht ~]# ./job.sh 

-bash: ./job.sh: 權限不夠

[root@jfht ~]# chmod +x job.sh 

[root@jfht ~]# ./job.sh 

-bash: ./job.sh: /bin/sh^M: bad interpreter: 沒有那個文件或目錄

DOS格式的腳本文件時無法解釋執行的,因為腳本文件的第一行是用來指定解釋


器的,Linux系統認為解釋器是/bin/sh^M,而不是/bin/sh。

我們來通過Linux下的一些命令來看一下DOS格式文件的真面目。 

[root@jfht ~]# cat -v job.sh     <== cat -v可以看到文件中的非打印字符


,而不帶-v參數的cat命令不行。 

#!/bin/sh^M

^M

date >job.txt^M

^M

[root@jfht ~]# hexdump -C job.sh       <== hexdump -C可以看到文件每個


字節的十六進制表示。 

00000000  23 21 2f 62 69 6e 2f 73  68 0d 0a 0d 0a 64 61 74  |


#!/bin/sh....dat|

00000010  65 20 3e 6a 6f 62 2e 74  78 74 0d 0a 0d 0a         |e 


>job.txt....|

0000001e

[root@jfht ~]# vi job.sh     <== 使用vi打開時可以看到底下有[dos]的格


式提示。有些版本vi顯示的是行尾為^M。 


#!/bin/sh


date >job.txt


~                                                                     


                                                              

~              

"job.sh" [dos ] 4L, 30C

現在我們把DOS格式改回Unix格式的,看看效果。

root@jfht ~]# dos2unix job.sh 

dos2unix: converting file job.sh to UNIX format ...

[root@jfht ~]# ./job.sh

可以執行了,不再報“-bash: ./job.sh: /bin/sh^M: bad interpreter: 沒有


那個文件或目錄”這個錯了。 

[root@jfht ~]#

示例二 dos2unix -k和dos2unix -n的使用示例

[root@jfht ~]# cat <<EOF >1.txt 

> 1

> 2


> 3

> EOF

[root@jfht ~]# file 1.txt 

1.txt: ASCII text

[root@jfht ~]# ls -l 1.txt 

-rw-r--r-- 1 root root 6 11-14 09:08 1.txt

[root@jfht ~]# date 

2010年 11月 14日 星期日 09:28:42 CST

[root@jfht ~]# unix2dos -k 1.txt      <== 保持文件時間戳 

unix2dos: converting file 1.txt to DOS format ...

[root@jfht ~]# ls -l 1.txt 

-rw-r--r-- 1 root root 9 11-14 09:08 1.txt

[root@jfht ~]# dos2unix -n 1.txt 2.txt     <== 將1.txt轉換到2.txt 

dos2unix: converting file 1.txt to file 2.txt in UNIX format ...

[root@jfht ~]# ls -l 1.txt 2.txt 

-rw-r--r-- 1 root root 9 11-14 09:08 1.txt

-rw-r--r-- 1 root root 6 11-14 09:30 2.txt

[root@jfht ~]# file 1.txt 2.txt 

1.txt: ASCII text, with CRLF line terminators

2.txt: ASCII text

[root@jfht ~]# cat -v 1.txt 

1^M

2^M

3^M

[root@jfht ~]# cat -v 2.txt 

1

2

3

[root@jfht ~]#


  注意:dos2unix 而不是 unix2unix


  記得用 rpm -qf `which dos2unix`  查看安裝包


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

高邑县| 江川县| 汪清县| 治县。| 布尔津县| 镇宁| 定南县| 五原县| 遂平县| 兴安县| 平阳县| 红桥区| 皋兰县| 乐业县| 龙海市| 广饶县| 焦作市| 达州市| 禹州市| 广德县| 彰化县| 辉南县| 万州区| 庄浪县| 荣昌县| 凤城市| 庆安县| 丹巴县| 监利县| 洛宁县| 习水县| 吴旗县| 嘉峪关市| 林口县| 厦门市| 文昌市| 武城县| 台南县| 大城县| 麦盖提县| 江都市|