Which command(s) can be used to sort the lines of list.file alphabetically and display it on the screen? (choose two)

Which command(s) can be used to sort the lines of list.file alphabetically and display it on the screen? (choose two)Category: Linux EssentialsWhich command(s) can be used to sort the lines of list.file alphabetically and display it on the screen? (choose two)
Linux Questions Staff asked 1 year ago

Which command(s) can be used to sort the lines of list.file alphabetically and display it on the screen? (choose two)

  • sort < list.file
  • cat list.file | sort
  • cat list.file >> sort
  • echo list.file > sort

About the author