Hacker News new | ask | show | jobs
by dyml 1406 days ago
Can you expand on this? I’ve always found powershell hard to do right.
1 comments

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