Skip to content

Instantly share code, notes, and snippets.

@nixomose
nixomose / zt
Created January 31, 2019 17:16
#!/usr/bin/gawk -f
BEGIN {
zfslist=0;
}
{
suffix = "";
if ( NF > 1 )
{
n = split($0, a, " ", b);
/* Cheap check if it's a normal zfs list command */