Sometimes when I make a typo in the terminal and accidentally tell Bash to interpret /
, I get the output bash: /: Is a directory
. Now I believe this output has to deal with the root directory or something of that sort.
But what I don't understand is that when I enter increasing amounts of forward-slashes it continues to output the same thing...
Examples
//// --> bash: ////: Is a directory
//////// --> bash: ////////: Is a directory