Re: [zfs-discuss] make zfs(1M) use literals when displaying properties in scripted mode

2008-10-01 Thread David Gwynne
On Tue, Sep 30, 2008 at 11:09:05PM -0700, Eric Schrock wrote: > A better solution (one that wouldn't break backwards compatability) > would be to add the '-p' option (parseable output) from 'zfs get' to the > 'zfs list' command as well. yes, that makes sense to me. thanks for pointing the -p out

Re: [zfs-discuss] make zfs(1M) use literals when displaying properties in scripted mode

2008-09-30 Thread Eric Schrock
A better solution (one that wouldn't break backwards compatability) would be to add the '-p' option (parseable output) from 'zfs get' to the 'zfs list' command as well. - Eric On Wed, Oct 01, 2008 at 03:59:27PM +1000, David Gwynne wrote: > as the topic says, this uses literals when the zfs comman

[zfs-discuss] make zfs(1M) use literals when displaying properties in scripted mode

2008-09-30 Thread David Gwynne
as the topic says, this uses literals when the zfs command is asked to list stuff in script mode (ie, zfs list -H). this is useful if you want the sizes of things in raw values. i have no onnv systems to build this on, so i am unable to demonstrate this, but i would really like to see this (or som