adspace


What is unix and shell scripting?

Answer Posted / Dilip Kumar Dube

Unix is an operating system designed for multi-user, multi-tasking environments. Shell scripting refers to creating programs or scripts in the Unix environment that automate tasks, run multiple commands at once, and interact with the operating system. The most common shell used in Unix is the Bourne-Again SHell (bash).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988