InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between BASH and DOS? |
||||||||
|
Answer» BASH (Bourne Again Shell): It is basically a powerful command shell and scripting LANGUAGE that is being DEVELOPED from the Bourne shell USED on UNIX systems. It runs on multiple OS and new features are added regularly. It can read and execute commands from a file known as a shell script.
|
|||||||||