Intro to Bash scripting for scra


Intro to Bash scripting for scraping and automation – Trickster Dev
Bash is a Linux/UNIX program that reads users commands from the users, parses them and executes the appropriate programs through OS-specific APIs. Since it covers these APIs and provides some extra features on top of them this kind of program is called a shell.

https://www.trickster.dev/post/intro-to-bash-scripting-for-scraping-and-automation/