mirror of
https://github.com/ellysh/bash-programming-from-scratch.git
synced 2026-01-26 07:43:42 +00:00
Translate the "Bash Scripts" intro
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
# Разработка Bash скриптов
|
||||
# Bash Scripts
|
||||
|
||||
Мы изучили основные приёмы для работы с файловой системой на Bash. Пришло время перейти от составления отдельных команд к программам. Программы, написанные на языке Bash, называют сценариями оболочки (shell 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.
|
||||
@ -12,4 +12,6 @@ mainmatter:
|
||||
BashShell/file-system.md
|
||||
BashShell/commands-info.md
|
||||
BashShell/files-and-directories.md
|
||||
BashShell/extra-features.md
|
||||
BashShell/extra-features.md
|
||||
|
||||
BashScripting/README.md
|
||||
Reference in New Issue
Block a user