|
|
IBM : developerWorks : Linux : Education - Tutorials | |
Before we finish our coverage of cd, we need to discuss a few more things. First, there is another special directory called ., which means "the current directory". While this directory isn't used with the cd command, it's often used to execute some program in the current directory, as follows:
In the above example, the myprog executable residing in the current working directory will be executed. |
|