index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
getline3.awk
blob: 03e1239df8f03f4e315568dad17717110a55c5ff (
plain
)
1
2
3
4
5
6
7
BEGIN
{
cmd =
"echo 3"
y =
7
cmd
|
getline
x y
close
(
cmd
)
print
(
cmd
|
getline
x y
)
}