DEV Community

Discussion on: What’s the most under-appreciated software?

Collapse
 
patryktech profile image
Patryk
$ which cd
which: no cd in [...]

Fun fact, cd is a shell command, and not an external program like ls, so really, it's a bash feature :D (at least on Linux).

Thread Thread
 
thatonejakeb profile image
Jacob Baker

That genuinely is a fun fact!