#!/bin/bash echo "find / -xdev -printf '%h\\n' | sort | uniq -c | sort -k 1 -n | tail -n 20"