Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Some things are short and self explanatory though. `1..10` is just syntax sugar for a stream or list from 1-10 right?


view as:

1..10 is powershell range operator, and % is an alias for foreach-object.

Legal | privacy