On 09/09/12 16:08, Dave Bechtel wrote: > BUG: the ZFS-related commands are not useful with pipe "|" when displaying > their Help pages -- i.e. ' zpool |less ' will not work as expected, and > neither will ' zfs |grep allow '. However, if the command is returning a > result, i.e. ' zpool status |grep tank ' -- this works OK. ' zfs get all > |grep atime ' works OK.
No need; press the scroll lock key, then use page up/down, and scroll lock again to exit that mode. The problem might be that they show the usage info on stderr rather than stdout, so `zpool 2>&1 | less` probably does what you expected. Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/504cb1da.6010...@pyro.eu.org