Q. Which of the following would alphabetize the file mylist, number the list, and then separate it into files each with 60 lines?
β
Correct Answer: (A)
sort mylist | nl | tee lists | split -60 lists