變數內容若有空白字元可使用雙引號『"』或單引號『'』將變數內容結合起來,但
雙引號內的特殊字元如 $ 等,可以保有原本的特性,如下所示:
『var="lang is $LANG"』則『echo $var』可得『lang is en_US』
單引號內的特殊字元則僅為一般字元 (純文字),如下所示:
『var='lang is $LANG'』則『echo $var』可得『lang is $LANG』
2013年1月30日 星期三
2013年1月29日 星期二
basic usage for linux
du -sh
顯示 當前資料匣下 的 檔案 占全部的 多少 G
grep "string" * | vim -
在當前 資料匣下 去 搜尋 string 把 搜尋 到的 資料 丟到 | 的右邊
也就是 vim 其中 - 表示 std in 表示 寫進 vim 所開啟的檔案
顯示 當前資料匣下 的 檔案 占全部的 多少 G
grep "string" * | vim -
在當前 資料匣下 去 搜尋 string 把 搜尋 到的 資料 丟到 | 的右邊
也就是 vim 其中 - 表示 std in 表示 寫進 vim 所開啟的檔案
2013年1月10日 星期四
system call 心得
System Call
you can reference it
http://swaywang.blogspot.tw/2011/10/system-call-system-call-process-oslinux.html
you can reference it
http://swaywang.blogspot.tw/2011/10/system-call-system-call-process-oslinux.html
訂閱:
文章 (Atom)