Hacker News new | ask | show | jobs
by stoplying1 1328 days ago
Lol so what happens if I run 'curl' in my PS6 script? Asking for a friend with PTSD.
1 comments

Assuming you have curl installed, it'll say

  curl: try 'curl --help' for more information
I assume you're thinking of the old Windows PowerShell that used to have curl/wget aliased to it's own commands, but that's not the case with the new cross-platform PowerShell.