This seems like a minor thing, but it would be helpful to have the ability to read from one or more files passed as command line options instead of standard input.
This could save some keystrokes especially in the case of reading from multiple files, where instead of cat /foo/bar/* | distribution you can do distribution /foo/bar/*.
This seems like a minor thing, but it would be helpful to have the ability to read from one or more files passed as command line options instead of standard input.
This could save some keystrokes especially in the case of reading from multiple files, where instead of
cat /foo/bar/* | distributionyou can dodistribution /foo/bar/*.