Details
Description
For implementing "lfs find -ls" it would be useful to allow specifying the field width for the "%x" operators, rather than forcing the use of a full tabstop with "\t" (which is often too large a field width and doesn't always work properly). Something like "%12s" to have the file size printed with 12-char fields (leading space) or "%06U" to have the file UID printed with leading zeroes.
Attachments
Issue Links
- is related to
-
LU-15504 "lfs find" is missing "-ls" support
- Resolved