On Wed, Jul 15, 2026 at 07:23:37PM -0400, Todd Gruhn wrote: > I cant find 'cd'. > Want there a program /.../cd ? > Why cant I find this?
I'm not sure I understand the question, but maybe this helps: $ type cd cd is a shell builtin $ echo $SHELL /usr/pkg/bin/bash Similar for other shells (ksh, and sh), I believe csh has 'which' instead of 'type', with same result.
