mirror of https://github.com/postgres/postgres
parent
6416a82a62
commit
b3d32ebac6
@ -1,6 +0,0 @@ |
||||
#!/bin/sh |
||||
|
||||
# src/tools/find_gt_lt |
||||
|
||||
grep "$@" '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml |
||||
grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml |
@ -0,0 +1,6 @@ |
||||
#!/bin/sh |
||||
|
||||
# src/tools/find_lt |
||||
# SGML is fine with ">" |
||||
|
||||
grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml |
Loading…
Reference in new issue