mirror of
https://github.com/ellysh/bash-programming-from-scratch.git
synced 2026-01-26 07:43:42 +00:00
3 lines
259 B
Markdown
3 lines
259 B
Markdown
# Bash Scripts
|
|
|
|
We have learned the basics of how to operate the file system in Bash. Now we do the next step. We come from the standalone shell commands to programs. When you write a program in Bash, it is called **script**. Let's learn how to write scripts. |