Chapter 4. CLI – The Hidden Recipe
This chapter will start by focusing on sed, one of the tools that can scare a lot of Linux users. We will look at some basic sed
commands that could make hours of refractor turn into a few minutes. We will see how you can locate any file by using Linux puter. Furthermore, we will see just how remote work will get a whole lot better when Tmux enters our skill set. You can run long lasting commands, split screens, and never lose your work with the help of the best terminal multiplexor. Then, you will learn how to discover and interact with your network with the help of commands like netstat and nmap. Lastly, we will see how Autoenv helps switch environments automatically and how to use rm command to interact with trash from command line using the trash utility.
In this chapter, we will cover the following:
- Understanding the working of sed
- Working with tmux, a terminal multiplexer
- Automatically switching environments using Autoenv
- Using rm command...