Add bash scripting resources

Greetings friend I share with you some of the bash information that has been useful to me, I hope it will be useful for your roadmap which is great.
pull/1402/head
levis8989 2 years ago committed by GitHub
parent 22f20909fe
commit 413934b6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md

@ -1 +1,13 @@
# Bash scripting
# Bash scripting
Bash is a command-line interface shell program used extensively in Linux and macOS. The name Bash is an acronym for "Bourne Again Shell," developed in 1989 as a successor to the Bourne Shell.
"What's a shell?" you ask? A shell is a computer program that allows you to directly control a computer's operating system (OS) with a graphical user interface (GUI) or command-line interface (CLI).
You actually use GUI shells all the time. For example, Windows 10 is based on the Windows shell that allows you to control your OS with a desktop, taskbar, and menus.
With a CLI shell like Bash, you type commands into the program to directly control your computer's OS. Opening up the terminal on your Mac or command line in Linux will look similar to consoles and integrated development environments (IDEs) for other programming languages such as R, Ruby, or Python. You can type commands directly in the command line or run Bash scripts to perform longer and more complex tasks.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html'>A guide to Bash</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.codecademy.com/learn/bash-scripting'>Codecademy - Learn Bash Scripting</BadgeLink>

Loading…
Cancel
Save