Hacker News new | ask | show | jobs
by SQL2219 1409 days ago
powershell
1 comments

Can you expand on this? I’ve always found powershell hard to do right.

    $x = iwr https://google.com
    foreach ($link in $x.Links.href) { iwr $link -OutFile foo ...}