sort command means Sort lines of text files.

Syntax
sort [OPTION]… [FILE]…
In man page the describe it
- sort – sort lines of text files
- man sort – More details information about sort command.
sort command in Linux with Examples
$ sort devopsroles.txt
Conclusion
sort command is the simple the command in Linux. It is the most popular in use terminal Linux sort lines of text files.