Show Full Path in Shell (bash)
Tuesday, July 8th, 2008Lets say you have to navigate to a long directory like /var/www/vhosts/mydomain.tld/httpdocs/myfolder/ etc
even if you give the command “cd /var/www/vhosts/mydomain.tld/httpdocs/myfolder/” at your shell window you will see only your username and the last folder , something like “root /myfolder#” in order you view the full path without having to use the pwd command every time, (more…)
