Dear Maintainer,
Quoth du(1):
--time-style=STYLE
show times using STYLE, which can be: full-iso, long-iso, iso, or +FORMAT; FORMAT is interpreted like in 'date'
But:
$ du LICENCE --time --time-style=asd
du: invalid argument ‘asd’ for ‘time style’
Valid arguments are:
- ‘full-iso’
- ‘long-iso’
- ‘iso’
Try 'du --help' for more information.
$ TIME_STYLE=asd du LICENCE --time
du: invalid argument ‘asd’ for ‘time style’
Valid arguments are:
- ‘full-iso’
- ‘long-iso’
- ‘iso’
Try 'du --help' for more information.
This is very obviously wrong:
nabijaczleweli@tarta:~/code/voreutils/aac$ du LICENCE --time --time-style=+asd%Z
5 asdCEST LICENCE
(Also, these seem to be prefix-matched, which is unnoted: try speccing
the empty string ("ambiguous"), "l", or "la".)
Best,
наб