Hacker News new | past | comments | ask | show | jobs | submit login

powershell



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 ...}




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: