71.9k views
4 votes
Which command will display each line in the text file based on the alphabet?

1 Answer

2 votes
On windows, it is the type command.
On linux, the cat command outputs the file.
All bytes that represent printable characters will be displayed as ASCII or even Unicode.
User Sparklellama
by
5.8k points