- Bash Quick Start Guide
- Tom Ryder
- 58字
- 2021-07-23 16:58:57
Escaping
Using escaping with backslashes, the examples from the previous section can be correctly written like this:
$ touch important\ files $ touch Testfile\<Tom\>.doc $ touch Review\;Final.doc $ touch \$\$\$Money.doc
A backslash can escape another backslash, too:
$ echo \\backslash\\ \backslash\
However, it can't escape a newline within a word:
$ echo backslash\ > foo\ > bar backslashfoobar
推薦閱讀
- 會(huì)聲會(huì)影X5視頻剪輯高手速成
- Learning Apache Cassandra(Second Edition)
- 80x86/Pentium微型計(jì)算機(jī)原理及應(yīng)用
- AWS Administration Cookbook
- Excel 2007技巧大全
- Hands-On Reactive Programming with Reactor
- HTML5 Canvas Cookbook
- RedHat Linux用戶基礎(chǔ)
- 電腦上網(wǎng)輕松入門(mén)
- 從零開(kāi)始學(xué)PHP
- AI的25種可能
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實(shí)例
- 從零開(kāi)始學(xué)ASP.NET
- Keras Reinforcement Learning Projects
- 多傳感器數(shù)據(jù)智能融合理論與應(yīng)用