Hacker News new | ask | show | jobs
by VMG 4632 days ago
reached 248 here when run against my home dir. Interestingly the winner is the path to a transitive npm dependency five(!) levels down the dependency tree. The command I used:

    find -mindepth 10 | awk '{ print length(), $0 | "sort -n" }'  | tail