Ufff. Anybody has a simpler idea?

ls -R / | sed -e/:$/h -eG -e's/\n/ is in /' | grep menusort

I used this question as an excuse to find out more about sed.

Anyway, there aren't that many directories on the empeg by default. Systematic use of "cd /", "ls", "cd dirname", and "cd .." will work too.

Borislav