Bourne shell script中的quoting
都是使得shell script中的特殊字元失效。
double quotes ("):關閉除了$、`(backquote)、 之外的特殊字元。
single quote ('):關閉所有的特殊字元。
backslash ():關閉緊鄰的下一個特殊字元。
單引號內不能再使用單引號。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/37724/viewspace-152619/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Shell Script
- shell script
- shell script的簡單使用
- shell script程式設計小結——附帶例項程式設計
- npm script中&&和&NPM
- gradle中的build script詳解GradleUI
- 請說說`<script>`、`<script async>`和`<script defer>`的區別
- script標籤中的async和defer
- 說一說 HTML 中的 script 標籤HTML
- Java script 中的函式使用方法Java函式
- 【SHELL】Shell中的條件判斷
- Shell中的IFS
- [20201112]centos 7 rc.local shell script on systemd while booting Linux system.tCentOSWhilebootLinux
- 在elasticsearch中簡單的使用script_fieldsElasticsearch
- Script
- FindBugs Security JSP 無法識別 jsp 頁面<script>jstl</script>程式碼中的 xss 漏洞問題JS
- Shell程式設計-09-Shell中的函式程式設計函式
- 熟悉的< script >標籤
- shell中set指令的用法
- 【linux】Shell中的運算子Linux
- CentOS shell中的變數CentOS變數
- 頁面中多個script塊之間的關係
- 『忘了再學』Shell基礎 — 20、Shell中的運算子
- Vanson Bourne:全球範圍內,中國企業對資料準確度關注度最高
- java Script 的if判斷2Java
- Shell中的${}、##和%%使用範例
- linux shell指令碼中 =~ 的作用Linux指令碼
- shell命令中的萬用字元字元
- 解釋nginx.conf.default 中關於fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;NginxAST
- IE報錯SCRIPT5011:不能執行已釋放Script的程式碼
- 『政善治』Postman工具 — 8、Postman中Pre-request Script的使用Postman
- Script標籤的async和defer
- [20180321]toad下execute as script的fetch
- Shell中的字串擷取介紹字串
- 如何呼叫python中的shell指令碼?Python指令碼
- Linux shell中2>&1的含義Linux
- Linux shell中的那些小把戲Linux
- Shell指令碼中的 /Dev/Null 用途指令碼devNull
- shell程式設計學習筆記(二):Shell中變數的使用程式設計筆記變數