您好,登錄后才能下訂單哦!
這篇文章主要介紹使用linux的bash命令shell腳本解釋器,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
bash 是一個為GNU計劃編寫的Unix shell。它的名字是一系列縮寫:Bourne-Again Shell — 這是關(guān)于Bourne shell(sh)的一個雙關(guān)語(Bourne again / born again)。
bash是大多數(shù)Linux系統(tǒng)以及Mac OS X默認的shell,它能運行于大多數(shù)類Unix風格的操作系統(tǒng)之上,甚至被移植到了Microsoft Windows上的Cygwin系統(tǒng)中,以實現(xiàn)Windows的POSIX虛擬接口。此外,它也被DJGPP項目移植到了MS-DOS上。
語法格式:bash [參數(shù)] [文件]
常用參數(shù):
-n | 檢測腳本是否正確,并不執(zhí)行腳本 |
-x | 執(zhí)行腳本,輸出執(zhí)行過程 |
-c | bash從字符串中讀入命令,如果字符串后還有變量就被設(shè)定為從$0開始的位置參數(shù) |
參考實例
使用-n參數(shù)檢查腳本語法時候正確:
[root@linuxcool ~]# bash -n linuxcool.sh
使用-x參數(shù)執(zhí)行l(wèi)inuxcool.sh腳本并輸出執(zhí)行過程:
[root@linuxcool ~]# bash -x linuxcool.sh ifconfig eth0: flags=4163 mtu 1500 inet 192.168.3.21 netmask 255.255.255.0 broadcast 192.168.3.255 inet6 fe80::20c:29ff:fe73:4b2f prefixlen 64 scopeid 0x20 ether 00:0c:29:73:4b:2f txqueuelen 1000 (Ethernet) RX packets 1175439 bytes 578279763 (551.4 MiB) RX errors 0 dropped 1574 overruns 0 frame 0 TX packets 165889 bytes 54096266 (51.5 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1 (Local Loopback) RX packets 538814 bytes 310506969 (296.1 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 538814 bytes 310506969 (296.1 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
以上是使用linux的bash命令shell腳本解釋器的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關(guān)知識,歡迎關(guān)注億速云行業(yè)資訊頻道!
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。