You're right @redolent, I will update so it read find . -d 1 | sort | tail -n 1 so it doesn't descend so many levels deep and only sorts on current directory. Good catch!
find . -d 1 | sort | tail -n 1
You're right @redolent, I will update so it read
find . -d 1 | sort | tail -n 1
so it doesn't descend so many levels deep and only sorts on current directory. Good catch!