Q. What is the Windows PowerShell line-continuation character?

John Savill

June 29, 2008

1 Min Read
ITPro Today logo

A. The back-tick (`) symbol is the PowerShell line-continuation character that allows you to continue a command on multiple lines, as the following example shows:

PS D:temp> write-host `

>> hello

The output would be

>> hello 

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like