- A here document is a special-purpose code block. It uses a form of I/O redirection to feed a command list to an interactive program or a command, such as ftp, cat, or the ex text editor.
COMMAND <<InputComesFromHERE ... ... ... InputComesFromHERE
- توجه فرمایید که COMMAND هر چیزی مثل sed یا grep یا هر چیز دیگری می تواند باشد.
- همچنین می توان به جای عبارت InputComesFromHERE هر چیز دیگری گذاشت.
- اما معمولا از EOF استفاده می شود.