What is the difference between unix command and dos command?
They are different languages, so you need to use a different
word with different syntax to do the same thing. For example, to
display the contents of the current directory, the command in
MS-DOS is dir, but in UNIX it's ls.