+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.

Related questions

0 votes
asked May 9, 2021 in Linux by sharadyadav1986
0 votes
asked Feb 1, 2021 in Other by SakshiSharma
0 votes
asked Apr 6, 2021 in Maven - Coalescing Pipeline by SakshiSharma
...