MCQOPTIONS
Saved Bookmarks
| 1. |
What command would send the output of cmd1 to the input of cmd2? |
| A. | cmd1 | cmd2 |
| B. | cmd1 || cmd2 |
| C. | cmd1 && cmd2 |
| D. | cmd1 ; cmd2 |
| Answer» B. cmd1 || cmd2 | |