6 lines
174 B
Bash
Executable file
6 lines
174 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# check-see-postconf-d-output - find missing is misplaced quotes
|
|
|
|
grep -r "see *'*postconf -d'* *output'*" proto html man |
|
|
grep -v "see 'postconf -d' output"
|