source:
trunk/essentials/sys-apps/gawk/test/getlnhd.awk@
3174
| Last change on this file since 3174 was 3076, checked in by , 19 years ago | |
|---|---|
| File size: 258 bytes | |
| Line | |
|---|---|
| 1 | BEGIN { pipe = "cat <<EOF\n" |
| 2 | pipe = pipe "select * from user\n" |
| 3 | pipe = pipe " where Name = 'O\\'Donell'\n" |
| 4 | pipe = pipe "EOF\n" |
| 5 | |
| 6 | while ((pipe | getline) > 0) |
| 7 | |
| 8 | |
| 9 | exit 0 |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
