Improvements to "subvolume list" command, with the goal to improve machine-readability. While the first three patches simply add new options (-A and --time-format), the last patch [PATCH 4/4] is more intrusive and changes the output format of the '-t' option. Consider it "my view of how tabular output of a linux command should look like" (see also comments on the commit).
Axel Burri (4): btrfs-progs: add -A option for subvolume list (print all available information) btrfs-progs: add "flags" column for subvolume list (shows "readonly" flag with -A) btrfs-progs: add option "--time-format=short|iso|unix|locale" to subvolume list btrfs-progs: change -t option for subvolume list to print a simple space-separated table (making it machine-readable) Documentation/btrfs-subvolume.asciidoc | 5 ++ btrfs-list.c | 119 +++++++++++++++++++++++---------- btrfs-list.h | 2 + cmds-subvolume.c | 16 ++++- 4 files changed, 104 insertions(+), 38 deletions(-) -- 2.4.9 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html