Q. Which of the following would send the data from the ls command to the file myfiles? (A) ls | xargs myfiles (B) ls < myfiles (C) ls > myfiles (D) ls | myfiles ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) ls | myfiles