Subversion Repositories Kolibri OS

Rev

Rev 7024 | Rev 8662 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7024 Rev 7802
Line 4... Line 4...
4
	{"alias",   "  Allows the user view the current aliases\n\r", &cmd_alias},
4
	{"alias",   "  Allows the user view the current aliases\n\r", &cmd_alias},
5
	{"cd",      "  Changes current directory. Usage:\n\r    cd \n\r", &cmd_cd},
5
	{"cd",      "  Changes current directory. Usage:\n\r    cd \n\r", &cmd_cd},
6
	{"clear",   "  Clears the screen\n\r", &cmd_clear},
6
	{"clear",   "  Clears the screen\n\r", &cmd_clear},
7
	{"cp",      "  Copies file\n\r", &cmd_cp},
7
	{"cp",      "  Copies file\n\r", &cmd_cp},
8
	{"date",    "  Returns the current date and time\n\r", &cmd_date},
8
	{"mv",      "  Moves file\n\r", &cmd_mv},
-
 
9
	{"ren",     "  Renames file\n\r", &cmd_ren},
-
 
10
	{"date",    "  Returns the current date and time\n\r", &cmd_date},
9
	{"echo",    "  Echoes the data to the screen. Usage:\n\r    echo \n\r", &cmd_echo},
11
	{"echo",    "  Echoes the data to the screen. Usage:\n\r    echo \n\r", &cmd_echo},
10
	{"exit",    "  Exits from Shell\n\r", &cmd_exit},
12
	{"exit",    "  Exits from Shell\n\r", &cmd_exit},
11
	{"free",    "  Displays total, free and used memory\n\r", &cmd_memory},
13
	{"free",    "  Displays total, free and used memory\n\r", &cmd_memory},
12
	{"help",    "  Gives help on commands. Usage:\n\r    help ;it lists all builtins\n\r    help  ;help on command\n\r", &cmd_help},
14
	{"help",    "  Gives help on commands. Usage:\n\r    help ;it lists all builtins\n\r    help  ;help on command\n\r", &cmd_help},
13
	{"history", "  Lists used commands\n\r", &cmd_history},	
15
	{"history", "  Lists used commands\n\r", &cmd_history},