Y
Hacker News
new
|
ask
|
show
|
jobs
by
SQL2219
1409 days ago
powershell
1 comments
dyml
1409 days ago
Can you expand on this? I’ve always found powershell hard to do right.
link
majkinetor
1409 days ago
$x = iwr https://google.com foreach ($link in $x.Links.href) { iwr $link -OutFile foo ...}
link