Quote:
Originally Posted by asian_al
Using terminal, how would you find the source code of the cd command? I didn't think you could....
|
The cd command is actually built into the shell, there is no "cd" binary program as there is for ls and almost all others. TO find the source of cd, you'd have to look in the source of bash itself (or another shell).
As to your other question, I have no idea.