InterviewSolution
Saved Bookmarks
| 1. |
Two commands can be joined using which symbol |
|
Answer» The semicolon (;) operator allows you to execute multiple commands in SUCCESSION, regardless of whether each previous command succeeds. For example, open a Terminal window (Ctrl+Alt+T in UBUNTU and Linux Mint). Then, type the following three commands on one LINE, separated by SEMICOLONS, and press Enter. |
|