linux shell編程

來源:互聯網
上載者:User

標籤:style   color   使用   strong   檔案   linux   

第一部分:Shell 簡介
命令解釋語言程式設計語言
當一個使用者登陸linux 系統後,系統就會為該使用者建立一個shell進程。
Shell版本:
Bourne Shell:是貝爾實驗室開發的,unix普遍使用的shell,在編程方面比較優秀,但
在使用者互動方面沒有其他shell優秀。


BASH:是GNU的Bourne Again Shell,是GNU作業系統上預設的shell,在bourne shell基礎上增強了很多特性,如命令補全,命令曆史表等等

Korn Shell:是對Bourne Shell 的發展,在大部分內容上與Bourne Shell相容,整合
了C Shell和Bourne shell優點。

C Shell:是SUN公司Shell的BSD版本,文法與c語言相似,比bourne shell 更適合編程

Shell案例:
[[email protected] ~]#vi myshell.sh
#!/bin/sh
echo "hello,world“


[[email protected] ~]#chmod u+xmyshell.sh
[[email protected]~]#./myshell.sh
hello,world

 

第二部分:Shell 程式設計基礎

2.1 Shell輸入輸出

2.11 echo

echoecho命令:用來顯示文本行或變數取值,或者把字串輸入到檔案中

 

 

 

 

 

2.12 read

2.13 cat 和管道

2.14 tee

2.15標準輸入,輸出和錯誤 結合使用標準輸出和標準錯誤 合并標準輸出和標準錯誤

 

2.2 Shell後台執行命令

2.3 引號

2.4 Shell 變數,參數

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.