schoettl opened this issue 10 years ago · 0 comments
What is the effect of bd (without any parameters)?
bd
In most cases it does cd .., wich I like!
cd ..
But consider this:
$ pwd /home $ bd /home $ pwd /home
Expected: cd to /
cd
/