LUMIERA.clone/admin/treeinfo.sh

3 lines
89 B
Bash
Raw Normal View History

#!/bin/sh
2007-08-23 05:00:26 +02:00
find -name DIR_INFO -printf '%-30h: ' -exec head -1 {} \; | sort | cut -c 1-92