mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
6 lines
186 B
Bash
Executable file
6 lines
186 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# $PostgreSQL: pgsql/src/tools/find_gt_lt,v 1.3 2006/10/16 17:28:03 momjian Exp $
|
|
|
|
grep "$@" '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml
|
|
grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml
|