What is bash scripting | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is bash scripting

I want to learn bash scripting

28th Dec 2017, 10:52 AM
Chinmay Kulkarni
Chinmay Kulkarni - avatar
3 Answers
+ 4
for learn that search on Google bash courses, it will show you some websites where you'll got some courses
28th Dec 2017, 10:59 AM
Stephcyrille
Stephcyrille - avatar
+ 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/
28th Dec 2017, 12:20 PM
Nonov Urbiznes
Nonov Urbiznes - avatar
+ 3
I think it's the system monitiring programming language
28th Dec 2017, 10:58 AM
Stephcyrille
Stephcyrille - avatar