Files
bash/bash-20060316/tests/heredoc.right
T
2011-12-07 09:05:27 -05:00

44 lines
342 B
Plaintext

there
one - alpha
two - beta
three - gamma
hi\
there$a
stuff
hi\
there
EO\
F
hi
hi
tab 1
tab 2
tab 3
abc
def ghi
jkl mno
fff is a function
fff ()
{
ed /tmp/foo >/dev/null <<ENDOFINPUT
/^name/d
w
q
ENDOFINPUT
aa=1
}
fff is a function
fff ()
{
ed /tmp/foo >/dev/null <<ENDOFINPUT
/^name/d
w
q
ENDOFINPUT
aa=1
}
hi
there