InterviewSolution
Saved Bookmarks
| 1. |
Which symbol is used for taking input from standard input?(a) &(b) %(c) –(d) $The question was posed to me during an interview.Query is from Redirection and Pipes topic in section The Shell of Unix |
|
Answer» CORRECT option is (c) – For explanation: When a command TAKES input from multiple SOURCES –say a file and STANDARD input, the – symbol is used to indicate the sequence of TAKING input. For example, |
|