InterviewSolution
Saved Bookmarks
| 1. |
What is a here document? |
|
Answer» A here document is used to redirect input into an interactive shell script or program. |
|