Skip to content

Advanced commands

CiamalaKombeGreg edited this page Oct 5, 2023 · 8 revisions

Advanced commands of linux shell

You can find example of more complex commands here, mostly mix of basic ones.

The command whatis is a brief version of man, giving you the basic understanding of what a command does.

Sort

Well, the command sort sort lines of a file.

Clone this wiki locally