Is it possible to write a newline to the console in powershell?
I tried echo \"\\n\" but it is not translated to a new line, it just outputs \\n>
echo \"\\n\"
\\n>
Can you give us a bit more details about your query? Where do you want to use a new line character?
By the way, you should it use like this:
PS D:\> "This is an `n example!" This is an example!