1 2 3 4 5 6 7 8
#!/bin/bash find . -name "SPEC_INFO.txt" | \ while read spec; do echo ${spec/SPEC_INFO.txt/} cat $spec echo "" done
Loggerhead is a web-based interface for Breezy Version: 2.0.1