以下說明,在C 語言中,#if、#ifdef和#if defined 的區別。
shell 中,詳解:=、:+ 和:-
在編寫shell script 時,時常會遇到:=
、:+
和:-
的使用。以下我們詳細解釋其意義。
shell function 的使用注意事項
以下說明,在shell 中,使用function 的一些注意事項。
OpenWrt 開機流程
以下簡略說明OpenWrt 的開機流程。
shell script 檢查檔案是否存在
使用test
指令:
git clone 時,出現”permissions are too open from ssh”
在使用git
做clone
時,遇到"permissions are too open"
問題,如下圖。
makefile debug
在編寫makefile 時,可以使用warning 來做debug。
將make 過程輸出到檔案
輸入以下指令,可以將make 的過程輸出到檔案。
OpenWrt jshn.sh 詳細說明
以下介紹OpenWrt 中的jshn.sh。