So far, we have been running commands interactively on the Linux CLI, one command at a time. Although we have configured some tasks to run at a predetermined schedule using […]
Category: Embracing the Power of Linux
Chapter 11 – Schedule Tasks
We have learned a lot since we started this tutorial. We are starting to gain more confidence in operating a Linux system. However, so far, we have been limited to […]
Chapter 10 – Vim
After having spent time learning the most important commands that we need to perform essential tasks on Linux, you should realize by now that using the command line interface on […]
Chapter 9 – Advanced Data Processing
Processing data on Linux is really simple. Many commands are available for all kinds of text-processing functions. We’ve seen some of these commands in the previous chapter, but their number […]
Chapter 8 – Extract and Process Data
In this chapter, we are going to learn how to extract and process data from a file on Linux. To test the examples given in this chapter, I will create […]
Chapter 7 – Piping and Redirection
Before we start, don’t be misled by the title of this chapter. I am not going to teach you about plumbing here. We are going to cover piping and redirection […]