A

Admin • 833K Points
Coach

Q. Which of the following would alphabetize the file mylist, number the list, and then separate it into files each with 60 lines?

  • (A) sort mylist | nl | tee lists | split -60 lists
  • (B) sort mylist | nl | split -60 lists
  • (C) sort mylist > nl > split -60 > lists
  • (D) sort mylist | nl > -60 lists
  • Correct Answer - Option(A)
  • Views: 14
  • Filed under category Linux
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.