GithubHelp home page GithubHelp logo

fahad021 / mastering-linux-shell-scripting-second-edition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/mastering-linux-shell-scripting-second-edition

0.0 0.0 0.0 675 KB

Mastering Linux Shell Scripting - Second Edition, published by Packt

License: MIT License

Shell 84.53% Python 6.89% Awk 8.12% sed 0.46%

mastering-linux-shell-scripting-second-edition's Introduction

Mastering Linux Shell Scripting - Second Edition

This is the code repository for Mastering Linux Shell Scripting - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

In this book, you’ll discover everything you need to know to master shell scripting and make informed choices about the elements you employ. Get your systems updated to the latest Linux kernel and Bash shell to run your administration tasks efficiently. Get to grips with the fundamentals of creating and running a script in normal mode, and in debug mode. Learn about various conditional statements' code snippets, and realize the power of repetition and loops in your shell script. You will also learn to write complex shell scripts. This book will also deep dive into file system administration, directories, and system administration like networking, process management, user authentications, and package installation and regular expressions. Towards the end of the book, you will learn how to use Python as a BASH Scripting alternative. By the end of this book, you will know shell scripts at the snap of your fingers and will be able to automate and communicate with your system with keyboard expressions.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

if [ $file_compression = "L" ] ; then
tar_opt=$tar_l
elif [ $file_compression = "M" ]; then
tar_opt=$tar_m
else
tar_opt=$tar_h
fi

I assume that you have a little programming background in general. Even if you don't have a programming background, the book will start from the beginning. You should know some Linux basics such as the basic commands such as ls, cd, and which.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

mastering-linux-shell-scripting-second-edition's People

Contributors

prachiss avatar packt-itservice avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.