The output of "zfs list" can be sorted by a specific column using -s. To
sort the datasets by the "used" column in ascending order, run this command:

zfs list -s used

To sort in descending order instead, use -S:

zfs list -S used

-- Benedict Reuschling <bcr@FreeBSD.org>

0

If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.bsd.cafe/users/fbfortune/statuses/114190401360326209 on your instance and quote it. (Note that quoting is not supported in Mastodon.)