|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/bash-shell-scripting-tutorial-for-beginners/
课程评论:没有评论
课程名称:初学者的 Bash Shell 脚本教程 课程概述:Linux 拥有多种不同的 shell,如 Bourne shell (sh)、C shell (csh)、Korn shell (ksh)、TC shell (tcsh) 和 Bourne Again shell (bash)。其中,最受欢迎的是 bash,它是一个与 sh 兼容的 shell,同时吸收了 Korn shell 和 C shell 的一些实用特性。bash 不仅是一个优秀的命令行 shell,更是一种脚本语言。通过 shell 脚本,我们可以利用 shell 的功能,实现许多自动化任务,这些任务如果手动执行将会耗费大量命令。无论您是系统管理员、Linux 用户还是软件开发人员,Bash 脚本都能帮助您自动化日常任务,节省宝贵时间。与其他编程语言相比,编写 shell 脚本的速度更快。本课程旨在为您提供 Bash 脚本的实际操作知识。课程将从基础开始,首先带您创建并运行第一个 Bash 脚本。接下来,您将学习 bash 环境、本地变量、条件语句、函数、循环、选择语句、字符串操作和协同处理等内容。
Linux has a variety of different shells Like Bourne shell (sh), C shell (csh), Korn shell (ksh), TC shell (tcsh), Bourne Again shell (bash). Certainly the most popular shell is "bash". Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). bash is not only an excellent command line shell, but a scripting language in itself. Shell scripting allows us to use the shell's abilities and to automate a lot of tasks that would otherwise require a lot of commands. Bash scripting will help you automate routine tasks and save valuable time, whether you're a sys admin, Linux user or software developer. Shell script is much quicker than programming in any other languages. The goal of this course is to provide you with a working knowledge of Bash scripting. We'll start with the basics, starting from creating our first Bash script and running it. Next you will learn about the bash environment, local variables, conditional statements, functions, loops, case statements, string operations, and coprocesses.