+ 2
What is bash scripting
I want to learn bash scripting
3 Respostas
+ 4
for learn that search on Google bash courses, it will show you some websites where you'll got some courses
+ 4
Bash is the language for most UNIX systems. So if you get to work with a terminal (command-line console) instead of a graphic interface, you'll have to use some shell commands, either sh (proper shell), ksh (Korn shell), csh (C shell) and of course Bash (Bourne-Again shell ). In other words, Bash scripting is using Bash to write simple low-level programs (and it makes good wrappers). Also, it incorporates other simple languages such as AWK and sed so it's perfect for getting prepared and used to Perl.
Here's all you need to know about it and much more :
http://tldp.org/LDP/abs/html/
+ 3
I think it's the system monitiring programming language