Skip to content

How to get human-readable output on zfs diff ? #11785

Answered by rincebrain
HiFiPhile asked this question in Q&A
Discussion options

You must be logged in to vote

I personally use the following alias, though you probably shouldn't use it if untrusted input is part of your concerns.

alias zfilt='while read -r LINE;do echo -e "${LINE}";done'

Then you do zfs diff foo bar | zfilt

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HiFiPhile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants