df -h | ruby -e 'puts readlines.drop(1).sort_by { |l| l.split[-2].to_f }'
printf 'hello\nworld\nhello\n' | ruby -e 'puts readlines.uniq'