Hacker News new | ask | show | jobs
by oblio 3286 days ago
GNU CLI stuff is in terms of ease of use leagues ahead of most Unixes and even the BSDs. The BSDs at least make it up by orderly docs.

Tiny example, GNU ls:

ls -lh bla : ok

ls bla -lh : ok

Most non-GNU lses, second form : oh-oh! :)