Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

using `n how can i add two empty line (two carriage return), between these two lines in the output file?

$
0
0

hi friends

using `n  how can i add two empty line (two carriage return), between these two lines in the output file?

 

PS C:\> $env:COMPUTERNAME|add-contentc:\file.txt

PS C:\> $Env:USERDOMAIN  | add-content c:\file.txt

 

 i tested many forms but didn't work.

thanks


Viewing all articles
Browse latest Browse all 6937

Trending Articles