Possible Duplicate:
When should I use a trailing slash on a directory?
Does the slash make any difference?
Does the slash make any difference? |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The slash gets passed on to the command in the parameter. It is up to the command to decide how to interpret it. For information on specific commands, refer to their documentation (Their man pages, other documentation or their source code). (I know According to some other questions, POSIX have some standards, but nothing forces utilities to keep to them. |
|||||||
|