Actions
Feature #2583
closedAdd -p (parsable) option to zfs list
Start date:
2012-04-02
Due date:
% Done:
90%
Estimated time:
Difficulty:
Bite-size
Tags:
zfs list
Gerrit CR:
External Bug:
Description
Same as in `zfs get`, output parseable values instead of human-readable ones.
Updated by Yuri Pankov over 9 years ago
- Subject changed from Add -p (parseable) option to `zfs list` to Add -p (parsable) option to zfs list
- Status changed from Closed to In Progress
- % Done changed from 0 to 90
#3993 needs more work.
Updated by Gordon Ross over 9 years ago
- Status changed from In Progress to Resolved
commit 43d68d68c1ce08fb35026bebfb141af422e7082e Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: Wed Oct 16 19:22:43 2013 +0400 2583 Add -p (parsable) option to zfs list Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com> 4 1 usr/src/cmd/zfs/zfs_iter.c 3 0 usr/src/cmd/zfs/zfs_iter.h 36 35 usr/src/cmd/zfs/zfs_main.c 3 2 usr/src/lib/libzfs/common/libzfs.h 7 6 usr/src/lib/libzfs/common/libzfs_dataset.c 15 19 usr/src/man/man1m/zfs.1m
Actions