The following useful information is primarily taken from the Windows PowerShell Language Quick Reference (QuadFold.rtf) documentation.
Escape Sequences
The escape character in Windows PowerShell is the backwards apostrophe.
Escape Sequence | Description |
---|---|
`0 | (null) |
`a | (alert) |
`b | (backspace) |
`f | (form feed) |
`n | (new line) |
`r | (carriage return) |
`t | (tab) |
`v | (vertical quote) |
comments powered by Disqus