Programming - Language
Bash
Common command-line shell and scripting language on Linux and macOS
What's it for?
Lets people control a computer by typing commands and combine those commands into repeatable tasks.
For example…
An engineer uses Bash to search logs across a Linux server and restart a failed process from the command line.
A short Bash script renames hundreds of files and copies them into dated folders overnight