On Tue, Mar 07, 2017 at 11:33:48AM +0900, Masatake YAMATO wrote: > bash-completion/Makemodule.am | 3 + > bash-completion/fincore | 25 +++++ > configure.ac | 4 + > misc-utils/Makemodule.am | 6 ++ > misc-utils/fincore.1 | 76 ++++++++++++++ > misc-utils/fincore.c | 209 +++++++++++++++++++++++++++++++++++++ > misc-utils/fincore_orig.c | 235 ++++++++++++++++++++++++++++++++++++++++++ > tests/commands.sh | 1 + > tests/expected/fincore/count | 62 +++++++++++ > tests/ts/fincore/count | 194 ++++++++++++++++++++++++++++++++++ > 10 files changed, 815 insertions(+) > create mode 100644 bash-completion/fincore > create mode 100644 misc-utils/fincore.1 > create mode 100644 misc-utils/fincore.c > create mode 100644 misc-utils/fincore_orig.c > create mode 100644 tests/expected/fincore/count > create mode 100755 tests/ts/fincore/count Merged (except fincore_orig.c). I'll very probably a little bit play with the output :-) It's like to have human readable sizes (10M) by default, align the numbers to the right (maybe use libsmartcols if more files specified). Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html