我怎么能抑制命令输出时使用引号?
如果您需要在别名中使用引号,那么可以使用双引号。
If you need quotation marks inside the alias, use double quotation marks.
该方法具有一个使用引号括起来的字符串参数和一个代码块。
The method takes a string parameter, enclosed in quotes, and a code block.
如果想要引用一个字母或词语而不是变量,请使用引号将其括起来。
If you want to refer to a letter or word rather than a variable, enclose it in quotes.
记住在这个表达式的两侧使用引号使参数和嵌入空格保持在一起,如清单2后部所示。
Remember to use quotes around this expression to keep parameters with embedded Spaces together as you saw back in Listing 2.
因为空格用作列表的分隔符,如果文件名本身含有空格,需要使用引号将该文件名括起来。
Because the space character is used as the list delimiter, if a file name itself contains a space, you need to enclose that file name in quotes.
通过将这个相对偏移使用引号括起来,作为 -d选项的参数,就可以完成这项任务。
Do this by quoting this relative offset as an argument to the -d option.
你必须使用引号去设置一个变量为一个长斜杠,因为一个不被引住的斜杠被解释为一个除号。
You must use quotes to set a variable to a lone slash, because an unquoted slash is interpreted as a division sign.
使用引号,如下所示有一个不可见的空间/最后的双引号后的标签是由命令处理器忽略的优势。
Using the quotes as shown here has the advantage that not visible spaces/tabs after last double quote are ignored by command processor.
在这样的情况下,用户必须在值的周围加上引号,而在值的中间不能使用引号(尽管它们可以在值中被它们自己所使用)。
In those cases, the user has to surround the value with quotation marks and then can't use quotation marks inside the value (they can be used by themselves in a value, though).
根据句法,在uri字符串前后使用引号(单引号或双引号),并用冒号将前缀分隔开;对其它字符没有任何规定。
Syntactically, you use quotes (single or double) around the URI string, and a colon to set off the prefix; other characters present no interference.
可以通过- m选项的参数提供注释(一定要使用引号以保证文本完整不变),也可以忽略此选项并在您喜欢的文本编辑器中创建说明。
You can provide the annotation as an argument to -m (be sure to use quotation marks to keep the sentence intact) or omit the option and create a note in your favorite text editor.
它位于封装的WSDL消息的soap:operation标记中,如图17所示。确保mediatype属性中的action值没有使用引号。
This can be found in the soap: operation tag within the enclosed WSDL message as shown in Figure 17. Make sure that the value of action in the mediatype attribute is not surrounded by quotation marks.
如果使用这些参数从一个bashshell调用GRUB,例如,在软盘、USB 密匙或您的MBR 上安装 GRUB 时,别忘了使用引号将参数引起来。
Remember to quote these if you are invoking GRUB with parameters from a bash shell, for example, when installing GRUB onto a floppy, USB key, or your MBR.
请注意双引号的使用,它确保了原始命令中引用的参数被保留并得到正确识别。
Note the use of double quotes, which ensures that quoted arguments in the original are retained and identified properly.
在你的帖子中使用方块引号强调关键点或最有趣的句子。
Use box-quotes to emphasize your key points or the most interesting sentences in your post.
如果名称包含空格,可以使用双引号括住适配器名称。
If the name contains Spaces, enclose the adaptor name in quotation marks.
第一,在创建字符串时,您可以混合使用单引号和双引号,只要字符串在开始位置和结束位置使用同一类型的引号。
First, you can mix single and double quotation marks when creating a string, as long as the string USES the same type of quotation mark at the beginning and end.
这种代码使用许多尖括号、引号和前斜线来编写。
This is a code that makes much use of Angle brackets, quotation marks and forward slashes.
如果在基于字符串的查询谓词周围使用双引号,而不是单引号,就会收到语法错误。
If you use double quotes around your string-based query predicate, instead of pairs of single quotes, you'll get a syntax error.
必须使用单引号确定每个别名的界限。
在处理字符串数据时,可以使用双引号或单引号分隔。
When working with string data, you can use either double quotation marks or single quotation marks to delimit them.
因为使用单引号禁用了称为扩展的bash特性,其中,特殊字符和字符系列由值替换。
Because using single quotes disables a bash feature called expansion, where special characters and sequences of characters are replaced with values.
结论是:不要使用双引号来指定以 -e 开始的一行程序脚本参数。
The bottom line is, don't use double quotes to specify your -e one-line script argument.
但是使用双引号允许在分隔的字符串内部对Velocity引用、指示符甚至Velocimacros求值。
However, the use of double quotation marks allows evaluation of Velocity references, directives, or even Velocimacros inside the delimited string.
建议在基于Linux和UNIX的系统中使用双引号分隔符。
Use of double quotation mark delimiters on Linux and UNIX-based systems is recommended.
养成使用单引号来括起sed命令的习惯是个好注意,这样可以禁用shell扩展。
It's a good idea to get into the habit of using single quotes to surround your sed commands, so that shell expansion is disabled.
一种解决方法是使用单引号:'denoncourt \retail \controller '。
One workaround is simply to use single quotation marks: 'denoncourt \ retail \ controller'.
注意,虽然这个例子看上去使用了双引号,但实际上它是在比较值(“Gold ”)前后使用了两个单引号。
Note that although the example might appear to use double quotes, it actually USES two single quotes before and after the comparison value (" Gold ").
注意,虽然这个例子看上去使用了双引号,但实际上它是在比较值(“Gold ”)前后使用了两个单引号。
Note that although the example might appear to use double quotes, it actually USES two single quotes before and after the comparison value (" Gold ").
应用推荐