是否有一个很好的免费(最好是 PDF)的 bash 在线教程?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2979609/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 22:10:50  来源:igfitidea点击:

Is there a good free (prefrerably PDF) bash tutorial online?

bash

提问by morpheous

I am finding myself doing a lot more messing around with scripts than I used to and my lack of knowledge in this area (and linux sysadmin/security in general), is becoming a hindrance.

我发现自己对脚本的处理比以前多得多,而且我缺乏这方面的知识(以及一般的 linux 系统管理员/安全性),这正成为一个障碍。

Can anyone recommend a good online resource for bash scripting/linux admin. Preferably, it will be in pdf format, so I can copy it (single file) onto my PDA.

任何人都可以为 bash 脚本/linux 管理员推荐一个好的在线资源。最好是 pdf 格式,这样我就可以将它(单个文件)复制到我的 PDA 上。

采纳答案by Emil Vikstr?m

I've learnt much from the Advanced Bash-Scripting Guide

我从高级 Bash 脚本指南中学到了很多东西

This guide is targeted more at programming beginners, but it can prove useful too: Bash Guide for Beginners.

本指南主要针对编程初学者,但也证明它也很有用: Bash 初学者指南

I usually use the HTML version as a reference when hacking Bash, but there is a PDF version of both guides if you want to read them all through. You can find all formats of the guides at http://www.tldp.org/guides.html

在破解 Bash 时,我通常使用 HTML 版本作为参考,但是如果您想通读一遍,这两个指南都有 PDF 版本。您可以在http://www.tldp.org/guides.html找到所有格式的指南

回答by Stefan Lasiewski

The available PDF manuals are very limited. I download some of these HTML guides using something like wget --page-requisites --mirror --convert-linksso I can read them on the train on my laptop.

可用的 PDF 手册非常有限。我使用类似的方法下载了其中的一些 HTML 指南,wget --page-requisites --mirror --convert-links这样我就可以在火车上用我的笔记本电脑阅读它们。

回答by Fritz G. Mehner

回答by Fritz G. Mehner

There is the Advanced Bash Scripting Guide- for PDF versions do a bit a of Googling.

高级 Bash 脚本指南- 对于 PDF 版本,请进行一些谷歌搜索。