When defining a path to a directory as a variable or constant, should it end with a trailing slash? What is the convention?
pwd
in unix shows your current directory without a trailing slash, while the tab complete of cd /var/www/apps/
includes the trailing slash, which left me unsure.