Skip to main content
IBM 
ShopSupportDownloads
IBM HomeProductsConsultingIndustriesNewsAbout IBM
IBM : developerWorks : Linux : Education - Tutorials
LPI certification 101 exam prep, Part 1
ZIPPDF (letter)PDF (A4)e-mail
Main menuSection menuFeedbackPreviousNext
2. Introducing bash
  


Understanding "." page 11 of 13


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:


$ ./myprog

In the above example, the myprog executable residing in the current working directory will be executed.


Main menuSection menuFeedbackPreviousNext
PrivacyLegalContact