DEV Community

Discussion on: Bash Script Tool Kit

Collapse
 
jimmymcbride profile image
Jimmy McBride

Well you change directories with cd, that's what cd means, change directory. I haven't run into any problems with pushd/popd at all in my experience. I use them in my alias's and my bash scripts and they've done perfectly fine so far. When you use pushd you are always using a relative or an absolute path.