Treffer: Linux Shell Scripting Bootcamp
copyrighted
https://international.scholarvox.com/book/88842924
https://static2.cyberlibris.com/books_upload/136pix/9781787125414.jpg
1268804501
From OAIster®, provided by the OCLC Cooperative.
Weitere Informationen
A quick and straightforward approach to writing shell scripts to accomplish different types of tasks on a Linux system.About This BookUnderstand expressions and variables and how to use them practicallyFamiliarize yourself with the various text filtering tools available in LinuxA fast-paced and concise guide that gets you well versed with linux shell scripting.Who This Book Is ForThis book is for both GNU/Linux users who want to do amazing things with the shell and for advanced users looking for ways to make their lives with the shell more productive.What You Will LearnGet acquainted with the basics of a shell script to serve as a refresher for more advanced topicsLearn different ways to create and run a scriptDiscuss the passing and verification of parameters, along with the verification of other items.Understand the different forms of conditions and loops, and go over the sleep command in detailLearn about different ways to handle the reporting of return codesCreate an interactive script by reading the keyboard and use subroutines and interruptsCreate scripts to perform backups and go over the use of encryption tools and checksumsUse wget and curl in scripts to get data directly from the InternetIn DetailLinux Shell Scripting Bootcamp is all about learning the essentials of script creation, validating parameters, and checking for the existence of files and other items needed by the script.We will use scripts to explore iterative operations using loops and learn different types of loop statements, with their differences. Along with this, we will also create a numbered backup script for backup files.Further, you will get well-versed with how variables work on a Linux system and how they relate to scripts. You'll also learn how to create and call subroutines in a script and create interactive scripts. The most important archive commands, zip and tar, are also discussed for performing backups. Later, you will dive deeper by understanding the use of wget and curl scrip