Thread
:
Redirection of stdout adding lots of empty lines
View Single Post
08-18-2007
#
2
(
permalink
)
Kiron
n/a posts
Re: Redirection of stdout adding lots of empty lines
Since I'm no guru I'll let one explain the technical stuff, but here's the
workaround:
$ofs = ''
$a = "$(powershell -noprofile {del * -rec -whatif})" -replace "`n$"
$ofs = ' '
$a
--
Kiron
My System Specs
Kiron