認識 BASH Shell
时间:2007-01-12 来源:darrenshen
http://linux.vbird.org/linux_basic/0320bash.php
1. Bash shell
1.1 什麼是 shell ?
1.2 系統的 shell 與 /etc/shells 功能
1.3 Bash shell 的功能
1.4 Bash shell 的內建命令: type
1.5 指令的下達
2. Shell 的變數功能
2.1 變數的取用與設定:echo, 變數設定規則, unset
2.2 變數的用途?
2.3 環境變數的功能: env, 一些重要的環境變數, set, export
2.4 語系檔案的變數 (locale)
2.5 變數的有效範圍:
2.6 變數鍵盤讀取、陣列與宣告: read, declare, array
2.7 與檔案系統及程序的限制關係: ulimit
2.8 其他額外變數功能
3. 命令別名與歷史命令:
3.1 命令別名設定: alias, unalias
3.2 歷史命令: history, HISTSIZE
4. Bash shell 使用環境:
4.1 絕對路徑與相對路徑
4.2 登錄訊息顯示資料: /etc/issue, /etc/motd
4.3 環境設定檔: bashrc, ~/.bashrc, ~/.profile, profile...,/etc/inputrc, source
4.4 終端機的環境設定: stty, set
4.5 萬用字元與特殊符號:
5. 資料流重導向 (redirecte)
5.1 何謂資料流重導向?
5.2 命令執行的判斷依據: ; , &&, ||
6. 管線命令 (pipe):
6.1 擷取命令: cut, grep
6.2 排序命令: sort, wc, uniq
6.3 雙向重導向: tee
6.4 字元轉換命令: tr, col, join, paste, expand
6.5 分割命令: split
6.6 參數代換: xargs
6.7 關於減號 - 的用途
7. 本章習題練習
8. 針對本文的建議:http://phorum.vbird.org/viewtopic.php?t=23884
1.1 什麼是 shell ?
1.2 系統的 shell 與 /etc/shells 功能
1.3 Bash shell 的功能
1.4 Bash shell 的內建命令: type
1.5 指令的下達
2. Shell 的變數功能
2.1 變數的取用與設定:echo, 變數設定規則, unset
2.2 變數的用途?
2.3 環境變數的功能: env, 一些重要的環境變數, set, export
2.4 語系檔案的變數 (locale)
2.5 變數的有效範圍:
2.6 變數鍵盤讀取、陣列與宣告: read, declare, array
2.7 與檔案系統及程序的限制關係: ulimit
2.8 其他額外變數功能
3. 命令別名與歷史命令:
3.1 命令別名設定: alias, unalias
3.2 歷史命令: history, HISTSIZE
4. Bash shell 使用環境:
4.1 絕對路徑與相對路徑
4.2 登錄訊息顯示資料: /etc/issue, /etc/motd
4.3 環境設定檔: bashrc, ~/.bashrc, ~/.profile, profile...,/etc/inputrc, source
4.4 終端機的環境設定: stty, set
4.5 萬用字元與特殊符號:
5. 資料流重導向 (redirecte)
5.1 何謂資料流重導向?
5.2 命令執行的判斷依據: ; , &&, ||
6. 管線命令 (pipe):
6.1 擷取命令: cut, grep
6.2 排序命令: sort, wc, uniq
6.3 雙向重導向: tee
6.4 字元轉換命令: tr, col, join, paste, expand
6.5 分割命令: split
6.6 參數代換: xargs
6.7 關於減號 - 的用途
7. 本章習題練習
8. 針對本文的建議:http://phorum.vbird.org/viewtopic.php?t=23884
相关阅读 更多 +