LUMIERA.clone/admin/treeinfo.sh
2007-06-21 03:16:27 +02:00

2 lines
89 B
Bash
Executable file

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