-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

The Ultimate Linux Shell Scripting Guide
By :

Use any of your Linux virtual machines for this chapter, because these filter utilities work the same on all of them. Or, if you just happen to be running either Linux or macOS on your host machine, feel free to use it instead of a virtual machine. There’s no hands-on lab, so feel free to try out all the commands on your own machine as you go through the chapter.
You’ll be working with a lot of text files in both this chapter and the next one. For your convenience, I’ve placed the files in the GitHub repository. If you’re using Linux, the best way to retrieve them is to install git
on your system with your distro’s normal package manager.
Then, use the following command to download the files:
donnie@opensuse:~> git clone https://github.com/PacktPublishing/The-Ultimate-Linux-Shell-Scripting-Guide.git
Then, cd
into the The-Ultimate-Linux-Shell-Scripting-Guide
directory that the git
command created, where...