Bash Scripting Basics

所在平台: Udemy

课程主页: https://www.udemy.com/course/bash-scripting-basics/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**Coursera 课程总结:Bash 脚本基础** 本课程将带您进入 Bash 脚本的世界,学习这门强大的命令行语言。Bash(Bourne-Again SHell)是 UNIX 操作系统中常用的一种命令解释器,也是 Linux 和 Mac OS X 系统上的重要工具。 **课程亮点:** * **掌握基础:** 您将学习如何搭建 Bash 脚本的开发环境,编写、运行自己的 Bash 脚本。 * **核心概念:** 深入了解变量、循环以及函数的使用,为编写更复杂的脚本打下坚实基础。 * **实用性强:** 无论您是希望提高开发效率的开发者,还是寻求优化日常工作的系统管理员,本课程都能为您提供实用的技巧和有用的工具。 * **循序渐进:** 课程专注于 Bash 脚本的基础知识,通过解释性执行的方式,让您理解脚本的工作原理,而非高级技巧。 * **广泛兼容:** 本课程内容适用于所有版本的 Bash,甚至其他 shell 环境。 通过本课程的学习,您将能够独立创建和运行 Bash 脚本,极大地提升您的工作效率,就像作者十多年来从 Bash 脚本中获得的益处一样。

课程评论(0条)

课程详情

bash is a computer programming language and command language interpreter, usually for the UNIX operating system. The name comes from the Bourne-Again SHell. bash is a dialect of the popular bourne shell, and is one of the most popular shells for interactive use.Scripts can be run on Linux, Mac OS X and the UNIX variants. At the end of this course, you will be able to create your own scripts.In this course you learn the basics of bash scripting. You will learn:How to setup a development environment for bash scriptingHow to write bash scriptsHow to run bash scriptsHow to use variables and loopsHow to use functionsmuch moreIf you are a developer you can use this material to get an idea what is possible with bash scripting and maybe you find some useful tips and tricks. If you are a system administrator you may discover in this series of tutorials some tricks for your daily tasks or some missing tools that could help you in your work.Bash scripts run interpretively. That means that when you run a bash script, it's just executing each command one after the other in the order in which they're written. This is not about advanced bash techniques, but about getting a good set of basic knowledge on bash scripting. The material here will work with any version of bash and even with other shells.I've been writing bash scripts for over a decade, and it really improved my productivity. With this course, hopefully you can do the same

课程标签

0人关注该课程

主题相关的课程