And, by the way, the here-document is source code; what you type into that editor (in hexadecimal, decimal, or octal form) is object code already compiled.
-- Sent from my iPod > On Jan 26, 2015, at 9:07 AM, Ryan Cunningham <rvskmbr...@gmail.com> wrote: > > A here-document isn't object code; I mean object code you edit in the editor > provided in or referenced by the aggregate and /then/ execute after it has > been saved, like you would save a plain text file. > > -- > Sent from my iPod > > On Jan 26, 2015, at 9:05 AM, Eduardo A. Bustamante López <dual...@gmail.com> > wrote: > >>> Mr. Ramey, I already pointed that out to Mr. Stallman. I found that out >>> from testing a similar technique using Python. >> How is a heredoc "object code"? You're just passing the source to the bash >> interpreter through a pipe, but it's still source code.