What is the difference between Array and a Bash Shell?

Asked By 0 points N/A Posted on -
qa-featured

Please explain in detail what is this SHELL? Can we modify it? If so, how? How does the array differ from a bash shell? How to find the bash array length (number of elements) while at the same time running the script using the shell loop? I am looking forward for your useful explanation and the most reliable information. Thank you.

SHARE
Answered By 10 points N/A #105472

What is the difference between Array and a Bash Shell?

qa-featured

Hi

Shell is a user interface. Like a command prompt we call it in UNIX like environments as shell.

It can be written, it contains lot of modules and features that can help to user.

Yes you can modify your shell.

I found out an article that explain about how to modify your shell, here is the link

http://www.geekvenue.net/chucktips/jason/chuck/1039988302/index_html

Arrays we sue in programming. Actually array is a bunch of information that arranged in a specific order.

Bash shell is a UNIX shell. It was prewritten thing.

You can find the length of the array.

Here is the link that explains how to do it well.

https://www.cyberciti.biz/faq/finding-bash-shell-array-length-elements/

Thanks

Related Questions