Re: [zfs-discuss] Re: Re: Making 'zfs destroy' safer

2007-05-21 Thread Peter Schuller
> I would much prefer to do > > for snap in $(zfs list -t snapshot -r foo/bar ) > do > zfs destroy -t snapshot $snap > do > > the not have the -t. Especially the further away the destroy is from the > generation of the list. The extra -t would be belt and braces but that is > how I like

[zfs-discuss] Re: Re: Making 'zfs destroy' safer

2007-05-21 Thread Chris Gerhard
> > On the other hand personally I just don't see the > need for this since > the @ char isn't special to the shell so I don't see > where the original > problem came from. It is the combination of the fear of doing something bad and the the consequence of doing that something bad that make pe