Is shell scripting a language?
Answer / Gaurav Nidhar
Yes, shell scripting is a programming language used for automating tasks on Unix-based systems. The most common shell scripts are written using the Bourne Again SHell (bash).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Linux language details
State the advantages of shell scripting?
What is the use of "shift" command in passing parameters?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
How many fields are present in a crontab file and what does each field specify?
what is info area how many types?
What can you do with powershell?
How will you emulate wc –l using awk?
What does it mean to debug a script?
How to print pid of the current shell?
How do I save a powershell script?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)