比如我在某種編程語言(perl或bash) 看到這樣一句

exec "$@"

我想知道「$@」 在這種語言里具體代表什麼,怎樣在搜索引擎中查找呢?

再比如我想快速了解下面的"-e"和">2"的具體解釋,應該怎樣搜索呢?

if [[ ! -e $file ]]; then
echo "File doesnt exist or is in an unaccessible directory or is a symlink to a file that doesnt exist: $file" &>2
fi

是不是搜索引擎在tokenize的時候就已經把這些特殊符號去掉了,所以根本無法搜索特殊符號呢?


可以試試這個搜索引擎:SymbolHound: Search Better. Code Better.


Draw the Unicode character you want!這是一個符號辨認網站。


請搜 `Bash 特殊變數`
谷歌搜不了,百度可以,其他不知道。How can I search for a keyword with special characters in Google Search?

現在谷歌已經可以搜特殊符號了,17年開始有的


推薦閱讀:
相关文章