answersLogoWhite

0

What is bash shell scripting?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

Bash shell scripting is the process of writing a series of commands in a text file that are recognized by the bash shell interpreter.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is bash shell scripting?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can one read a guide on bash scripting?

Bash scripting is one of the easiest types of scripting to learn. Bash is very flexible, and has many advanced features. Bash is not only used to run programs but it also used to write scripts.


Which scripting utility works very well with data in columns?

bash


What has the author Ken O Burtch written?

Ken O. Burtch has written: 'Linux Shell scripting with Bash' -- subject(s): Computer Technology, Linux, Nonfiction, OverDrive, UNIX Shells


What is the bash shell?

The bash (short for Bourne Again Shell) is a popular command shell for Linux and Unix-like systems. It's name comes from the Bourne Shell, an old shell found on many older Unix systems. bash is a free reimplementation of that shell.


Where is the command shell on Ubuntu?

bash is located in /bin/bash.


What the HECK is 'BASH'?

On a computer Bash is a Unix shell and command language.


Which shell is the default in Fedora?

Bash shell. Stands for Bourne Again Shell


What is the most popular sea shell?

Bash sea shell


What is bash in Linux?

bash (Bourne Again Shell) is the default shell in most Linux distributions. It was created as part of the GNU project.


How do you use arrays in unix?

Unix itself does not use arrays. However, some shell scripting languages such as bash or ksh have simple rudimentary uses of a singly dimensioned array. If you want anything multi-dimensional or special use such as associative arrays, then you need a scripting language such as perl, or awk or python, etc.


Is the hidden file in the users home directory that is the configuration file for bash is bash profile?

The bash shell uses a hidden file called .bashrc for settings in the shell upon startup.


Where can someone go to learn more about shell script?

Linux shell scripting tutorials are available as pdf files or videos where a lecturer speaks over a video of a computer console. This is where you can watch someone code in the bash environment and follow along.