5 ms·
Indeed, I passionately hate programs where the order of the options and files/arguments matter just as much as the options themselves.
by wchar_t 4y ago
Indeed, I passionately hate programs where the order of the options and files/arguments matter just as much as the options themselves.
- zvr 4y agoGiven that ImageMagick can describe a sequence of operations (much like commands piped together), the order is obviously significant. The exact same holds for ffmpeg command-line.
- loudmax 4y agoThe `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