Hacker News new | ask | show | jobs
by loudmax 1497 days ago
The `find` command is extremely useful, but user-friendly, it is not.

  $ find -type f Data/
  find: paths must precede expression: `Data/'
  find: possible unquoted pattern after predicate `-type'?
sigh