Windows cmd外壳中的单个抑扬符是什么意思:更多? [英] What does the single circumflex in the windows cmd shell mean: More?

查看:30
本文介绍了Windows cmd外壳中的单个抑扬符是什么意思:更多?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这可能不是与编程相关的真正问题,但我一直想知道以下cmd命令的含义是什么....

This might not be really a question related to programming, but i have wondered for a long time, what the following cmd command means....:

只需在cmd外壳中键入单个抑扬音符号,窗口将要求更多...只要输入偶数个抑扬符号,窗口就无法获得足够的效果.自Vista以来,我一直在想...这只是某种复活节彩蛋",还是在此背后有目的?

Just type a single circumflex in the cmd shell and windows will ask for more... And as long as you enter an even number of circumflexes, windows can't get enough. I have wondered since Vista... is this just some sort of "easter egg" or is there a purpose behind this?

  • Philipp

推荐答案

看来,添加 ^ 只是让您继续在下一行中编写命令:

It appears appending ^ just lets you continue to write a command in the next line:

C:\Users\Felk>echo ^
More? hello ^
More? world
hello world

结果 ^ 只是Windows Shell的转义字符.

Turns out ^ is just the escape character for the windows shell.

C:\Users\Felk>echo |
Syntaxerror.

C:\Users\Felk>echo ^|
|

另请参见此答案

这篇关于Windows cmd外壳中的单个抑扬符是什么意思:更多?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆