• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

PacktPublishing/Mastering-Linux-Shell-Scripting-Second-Edition: Mastering Linux ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

PacktPublishing/Mastering-Linux-Shell-Scripting-Second-Edition

开源软件地址(OpenSource Url):

https://github.com/PacktPublishing/Mastering-Linux-Shell-Scripting-Second-Edition

开源编程语言(OpenSource Language):

Shell 84.5%

开源软件介绍(OpenSource 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.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap