1 #!/bin/sh 2 3 # check-see-postconf-d-output - find missing is misplaced quotes 4 5 grep -r "see *'*postconf -d'* *output'*" proto html man | 6 grep -v "see 'postconf -d' output" 7
Indexes created Sun Jul 19 00:25:04 UTC 2026