Shell Script(轉)
Shell Script(轉)[@more@] 身為 UNIX 系統管理者除了要熟悉 UNIX 指令外,我們最好學會幾種 scripts 語言,例如 shell script 或 perl。學會 script 語言後,我們就可以將日常的系統管理工作寫成一支執行檔,如此一來,在管理系統時就可以更加靈活。
Shell script 是最基本的 script 語言,它是一堆 UNIX 指令的集合。本章將介紹 Shell script 的基本功能及語法,期望讀者可以經由學習 Shell scripts 讓使用 UNIX 系統時可以更加得心應手。
Shell Script
身為 UNIX 系統管理者除了要熟悉 UNIX 指令外,我們最好學會幾種 scripts 語言,例如 shell script 或 perl。學會 script 語言後,我們就可以將日常的系統管理工作寫成一支執行檔,如此一來,在管理系統時就可以更加靈活。
Shell script 是最基本的 script 語言,它是一堆 UNIX 指令的集合。本章將介紹 Shell script 的基本功能及語法,期望讀者可以經由學習 Shell scripts 讓使用 UNIX 系統時可以更加得心應手。
1 概論
Shell Script 是一個類似 MS Windows 中 .bat 檔的東西,簡單的說,Shell Script 就是將一堆 shell 中的指令放在一個文字檔案中來執行。因此,為了能寫出一個 shell Script,你必須先對 UNIX 指令有初步的認識。身為一個 UNIX 系統的管理者,一定要會使用 shell script 來使管理工作更加容易。
一般我們會將 Shell Script 的副檔名命名為 .sh,但並非一定要這麼做,這樣做只是為了要讓我們更容易管理這些檔案。在介紹如何 Shell Script 的內容之前,我們先來看如何寫出一個 Shell Script 並執行它。假設我們要寫一個名為 test.sh 的 Shell Script,首先用你習慣使用的文字編輯軟體來開一個檔名為 test.sh 內容如下:
Shell script 是最基本的 script 語言,它是一堆 UNIX 指令的集合。本章將介紹 Shell script 的基本功能及語法,期望讀者可以經由學習 Shell scripts 讓使用 UNIX 系統時可以更加得心應手。
Shell Script
身為 UNIX 系統管理者除了要熟悉 UNIX 指令外,我們最好學會幾種 scripts 語言,例如 shell script 或 perl。學會 script 語言後,我們就可以將日常的系統管理工作寫成一支執行檔,如此一來,在管理系統時就可以更加靈活。
Shell script 是最基本的 script 語言,它是一堆 UNIX 指令的集合。本章將介紹 Shell script 的基本功能及語法,期望讀者可以經由學習 Shell scripts 讓使用 UNIX 系統時可以更加得心應手。
1 概論
Shell Script 是一個類似 MS Windows 中 .bat 檔的東西,簡單的說,Shell Script 就是將一堆 shell 中的指令放在一個文字檔案中來執行。因此,為了能寫出一個 shell Script,你必須先對 UNIX 指令有初步的認識。身為一個 UNIX 系統的管理者,一定要會使用 shell script 來使管理工作更加容易。
一般我們會將 Shell Script 的副檔名命名為 .sh,但並非一定要這麼做,這樣做只是為了要讓我們更容易管理這些檔案。在介紹如何 Shell Script 的內容之前,我們先來看如何寫出一個 Shell Script 並執行它。假設我們要寫一個名為 test.sh 的 Shell Script,首先用你習慣使用的文字編輯軟體來開一個檔名為 test.sh 內容如下:
CODE:
#!/bin/sh
echo Hello world!! 來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-962313/,如需轉載,請註明出處,否則將追究法律責任。
下一篇:
流氓軟體外掛中介商自述黑色淘金路(轉)
請登入後發表評論
登入
全部評論
|
相關文章
- Shell Script(bash)--用於自動備份的Shell Script(轉)
- Shell Script(bash)--教學例(轉)
- Shell Script
- shell script
- PHP也可以當成Shell Script使用(轉)PHP
- shell script to rename directory
- Linux程式設計-11.Shell Script(bash)--(3)用於自動備份的Shell Script(轉)Linux程式設計
- shell script的簡單使用
- execute shell script from stored procedure
- Bourne shell script中的quoting
- Linux程式設計-11.Shell Script(bash)--(1)簡介(轉)Linux程式設計
- 20天學會bash shell script (二)
- 20天會學bash shell script(一)
- 20 天學會bash shell script (三)
- Linux程式設計-11.Shell Script(bash)--(2)教學例(轉)Linux程式設計
- Shell Script to Calculate Values Recommended Linux HugePagesLinux
- 小的shell script進不同系統的
- IPTables配置Script(轉)
- ORACLE常用Script(轉)Oracle
- ORACLE常用Script (轉)Oracle
- RMAN Backup Shell Script Example (Doc ID 137181.1)
- Unix程式設計/應用問答中文版 ---20.shell script問題(轉)程式設計
- shell script程式設計小結——附帶例項程式設計
- perl script for scan TCP ports .(轉)TCP
- NAT iptables防火牆(script)(轉)防火牆
- Shell 物件(轉)物件
- Script – List status of all submitted DBMS jobs(轉)MIT
- [shell] execute remote Script自動生成oracle awr report並mail出來REMOracleAI
- Bourne Shell及shell程式設計(轉)程式設計
- shell基礎(轉)
- shell的命令(轉)
- shell陣列(轉)陣列
- Shell 符號(轉)符號
- eclipse 2.1.2 install shell & run shell(轉)Eclipse
- Script
- 請說說`<script>`、`<script async>`和`<script defer>`的區別
- js 轉換時間戳的寫法ScriptJS時間戳
- 恢復IpTables的預設設定(Script)(轉)