Hacker News new | ask | show | jobs
by delta_p_delta_x 1327 days ago
> ArentCamelCaseMonstrocitiesOnlyMicrosoft --CouldLove

Personally, CamelCase makes more sense than everythinglowercasesmushedinto -onetwothreefourparametersSometimesCapitalised and --sometimesdoubledashed and -Isometimesspacedoesn'tmatter -and --sometimes - "dashlivesalone" --AND -o -- "twodasheslivealone".

1 comments

Not having used nushell, is that what it is like?
nushell is like most POSIX shell - terse.

   ls | where type == file
The equivalent Powershell for that is..

    ls -file