MCQOPTIONS
Saved Bookmarks
| 1. |
To run date first, and then ls -l, which of the following is correct? |
| A. | date $ ls -l |
| B. | date ; ls -l |
| C. | date - ls -l |
| D. | date > ls -l |
| Answer» C. date - ls -l | |