dquote> 在 linux shell 中执行程序的结果

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15773278/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 22:37:56  来源:igfitidea点击:

dquote> result of a execution a program in linux shell

linuxshellquotes

提问by Leonardo

When I execute a script in a Linux shell, I get this output:

当我在 Linux shell 中执行脚本时,我得到以下输出:

dquote>

What does this mean?

这是什么意思?

回答by RichieHindle

It means you've executed a line of code with only one double-quote character, like this:

这意味着您已经执行了一行只有一个双引号字符的代码,如下所示:

echo "Hello

The shell is waiting for the other quote.

外壳正在等待另一个报价。

回答by Rudhisundar Beura

dquote> 

The above prompt surely means that you have to de-quote the starting of the quote, i.e. ", with another quote: ".

上面的提示肯定意味着您必须取消引用引用的开头,即",使用另一个引用:"

Please write a letter i.e another: "in the dquote>prompt.

请写一封信,即另一个:"dquote>提示中。