Description: Add a --sort <path|size|created|modified> option, especially for use with -x <cmd>
I want to run a command for a bunch of files, but it's important that the output is alphabetical by file name.
As far as I know, the only way to do this is to switch to using
I believe the old sort command supported this behaviour with a similar technique.
I'm aware -l / --list-details exists and does a sort, but it is incompatible with -x.
Description: Add a
--sort <path|size|created|modified>option, especially for use with-x <cmd>I want to run a command for a bunch of files, but it's important that the output is alphabetical by file name.
As far as I know, the only way to do this is to switch to using
I believe the old
sortcommand supported this behaviour with a similar technique.I'm aware
-l/--list-detailsexists and does a sort, but it is incompatible with-x.