Index: trunk/Ohana/src/opihi/cmd.basic/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 16168)
+++ trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 16211)
@@ -6,4 +6,5 @@
 int cd              PROTO((int, char **));
 int date            PROTO((int, char **));
+int dirname_opihi   PROTO((int, char **));
 int echo            PROTO((int, char **));
 int exec_last       PROTO((int, char **));
@@ -20,4 +21,5 @@
 int macro      	    PROTO((int, char **));
 int memory          PROTO((int, char **));
+int mkdir_opihi	    PROTO((int, char **));
 int module    	    PROTO((int, char **));
 int output     	    PROTO((int, char **));
@@ -45,4 +47,5 @@
   {"cd",      	    cd,                 "change directory"},
   {"date",    	    date,               "get current date"},
+  {"dirname",       dirname_opihi,      "built-in dirname function"},
   {"echo",    	    echo,               "type this line *"},
   {"break",   	    exec_break,         "escape from function *"},
@@ -61,4 +64,5 @@
   {"macro",   	    macro,              "deal with the macros *"}, 
   {"memory",        memory,             "long listing of the allocated memory"},
+  {"mkdir",         mkdir_opihi,        "built-in mkdir command"},
   {"module",        module,             "load script file from the modules directories"},
   {"output",  	    output,             "redirect output to file"},
