Q. 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) date ; ls -l