A bit of advanced (and still easy) commands
We continue in this section with more frequently used commands. Though we’ve called these advanced, most of the examples we’ll provide are easy. If you don’t need some complex parts, such as the regular expressions for grep, just skim through them and keep the book easily accessible to return to those sections when you need them.
Installing a missing command (application)
Almost all mentioned commands are preinstalled on all Manjaro flavors and well spread on most Linux distributions. However, installation is easy if you have installed a minimal version or don’t have some of them. You can either use the Pamac GUI or, better yet, directly type the following in the terminal:
$ sudo pamac install someApplicationName
For the neofetch
tool, this would be:
$ sudo pamac install neofetch
We will explore the subject of Pamac and its rich command-line options in Chapter 8.
There is one great replacement...