惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
WordPress大学
WordPress大学
U
Unit 42
I
InfoQ
A
About on SuperTechFans
宝玉的分享
宝玉的分享
J
Java Code Geeks
博客园 - 司徒正美
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
G
Google Developers Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
aimingoo的专栏
aimingoo的专栏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
腾讯CDC
Recent Announcements
Recent Announcements

博客园 - Coding让生活更美好

Entity Framework search sequnce Runtime Complexity of .NET Generic Collection update the UI property cross thread 打通技术的任督二脉 windbg symbol path 一个文件夹可以link 到另外一个文件夹 Series on Coded UI Test Extensibility Launching the Debugger Automatically 修复软件安装问题和软件卸载问题 How to do code coverage test for windows service EF6 大数据框架整理 技术要点整理 修改table 设置默认值 PowerShell - Special Characters And Tokens To open the project created by previous version of Visual Studio 获取Powershell write-host 的内容 asp.net Login控件基本属性及事件说明 if test project can't be opened in devenv
Powershell 转义字符
Coding让生活更美好 · 2012-09-12 · via 博客园 - Coding让生活更美好

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