天天看点

Powershellv5 How to insert a blank line

To insert a blank line, you can use this command:

write-output `n

You cannot use write-host, this is not gonna work.