0 votes
in Linux by
What is the difference between BASH and DOS?

1 Answer

0 votes
by

What is the difference between BASH and DOS?

There are 3 main differences between BASH and DOS:

Sl. no. BASH DOS

1. Commands are case-sensitive. Commands are not case-sensitive.

2. ‘/’ (forward slash) is used as a directory separator.

” (backslash) is used as an escape character.

‘/’ (forward slash) is used as command argument delimiter.

” (backslash) is used as a directory separator.

3. Follows naming convention: 8 characters for file name postfixed with 3 characters for the extension. No naming convention.

                                                                          Bash vs Dos – Linux Interview Questions

Related questions

0 votes
asked Feb 7 in JavaScript by john ganales
0 votes
asked May 9, 2021 in Linux by sharadyadav1986
0 votes
asked Nov 11, 2020 in Linux by sharadyadav1986
...