+1 vote
in Linux by
List the differences between BASH and DOS?

1 Answer

0 votes
by

There are many differences between BASH and DOS that are as below:

Out of these two commands, BASH is case sensitive while DOS is not case sensitive.

  • In BASH ‘/’ acts the directory separator while in DOS ‘/’ acts as the command argument delimiter.
  • In BASH ‘\’ is used as the escape character while in DOS ‘\’ acts as the directory separator.
  • In BASH, there is a file convention used while in DOS, there is no any file convention used.
...