Powershell 转义字符

Powershell 的转义字符是 ·, 是tab键上面的按键,不是单引号。

下表罗列了常用的转义字符。





































Escape Character


Add a note hereDescription


Add a note here`’


Add a note hereSingle quote


Add a note here`”


Add a note hereDouble quote


Add a note here`0


Add a note hereNull


Add a note here`a


Add a note hereAlert


Add a note here`b


Add a note hereBackspace


Add a note here`f


Add a note hereForm feed


Add a note here`n


Add a note hereNewline


Add a note here`r


Add a note hereCarriage return


Add a note here`t


Add a note hereHorizontal tab


Add a note here`v


Add a note hereVertical tab

原文地址:https://www.cnblogs.com/yonglianglee/p/2681679.html