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
Please login or Register to submit your answer