formatting change, 30 chars for path

This commit is contained in:
Christian Thaeter 2007-08-23 05:00:26 +02:00
parent e8ff2cf533
commit f85c508160

View file

@ -1,2 +1,2 @@
#!/bin/sh
find -name DIR_INFO -printf '%-40h: ' -exec head -1 {} \; | sort | cut -c 1-92
find -name DIR_INFO -printf '%-30h: ' -exec head -1 {} \; | sort | cut -c 1-92