From mboxrd@z Thu Jan 1 00:00:00 1970 From: jamie.couture at gmail.com (Jamie Couture) Date: Wed, 13 Jul 2016 18:43:06 -0400 Subject: Display of directories that contain only one subdirectory In-Reply-To: References: <20160713194928.ebdeywwvx2vhgyxn@john.keeping.me.uk> Message-ID: <20160713224306.GA4187@neptune> Ugh, hit enter too fast: So what I was initially wasting my time worrying about was an insane situation where there are many empty directories with only one file at the end of the tunnel. mkdir -p why/would/anyone/do/this/what/possible/reason/would/justify/such/a/deep/structure/with/nothing/of/value/come/on touch why/would/anyone/do/this/what/possible/reason/would/justify/such/a/deep/structure/with/nothing/of/value/come/on/hi.txt Where we might end up with something that does not word wrap, but our css does take care of it: so moot point. The other consideration I was worrying about was skipping all the in-between folders since there's nothing of value, display some ellipsis: some / path / ... / end I'm not sure if there's much value in truncating that scenario.