Hacker News new | ask | show | jobs
by athrun 2250 days ago
Yes, this is what the parent meant: it is valid PowerShell. It wouldn't work by default in Bash unless you had `dir` and `select` defined there somehow.
1 comments

"dir" is commonly available on Linux and "select" is a bash built-in, which is probably why so many of us were confused by the comment :)