mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
6 lines
127 B
Bash
Executable file
6 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# src/tools/find_gt_lt
|
|
|
|
grep "$@" '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml
|
|
grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml
|