From the course: Learning Bash Scripting
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Choosing a text editor for Bash scripting - Bash Tutorial
From the course: Learning Bash Scripting
Choosing a text editor for Bash scripting
- [Instructor] In just a moment, we'll continue writing and composing scripts in the text editor. And before we do, I want to take some time to talk about text editors. In this course, I'm using the Visual Studio Code editor inside of Codespaces. If you're following along with me in Codespaces, I encourage you to do the same. Or, if you're working on your own system, VS Code is a good choice to work with there too. Others may prefer different tools that operate in the terminal interface. Nano is a lightweight editor that can be downloaded from the repository of your favorite distribution. If you have different text editor or distro preferences, that's fine. If you prefer Vim or emacs or ED or whatever, go right ahead and use it. Most editors will already be configured to highlight Bash syntax, and if they aren't, they can be configured to do so. The Codespaces environment I've built for this course includes some VS…
Contents
-
-
-
-
Understanding Bash script syntax5m 18s
-
(Locked)
Choosing a text editor for Bash scripting1m 33s
-
(Locked)
Displaying text with "echo"4m 26s
-
(Locked)
Working with variables5m 21s
-
(Locked)
Working with numbers8m 44s
-
(Locked)
Comparing values with test4m 59s
-
(Locked)
Comparing values with extended test3m 34s
-
(Locked)
Formatting and styling text output8m 13s
-
(Locked)
Formatting output with printf5m 6s
-
(Locked)
Working with arrays4m 25s
-
(Locked)
Challenge: Make a script that generates a system report1m 1s
-
(Locked)
Solution: Make a script that generates a system report1m 26s
-
-
-
-
-