|
|
|
|
|
by me-vs-cat
1064 days ago
|
|
The shell rarely "sees" files and folders, except for expanding a glob like "*". When the shell executes "cmd folder/file", the "folder/file" is just a string as far as the shell is concerned. It is the command that uses that string with a function like unlink or open. |
|