Subversion Repositories HelenOS

Rev

Rev 3346 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3346 Rev 3364
1
{
1
{
2
	"ls",
2
	"ls",
3
	"The ls command",
3
	"List files and directories",
4
	&cmd_ls,
4
	&cmd_ls,
5
	&help_cmd_ls,
5
	&help_cmd_ls,
6
	0
6
	0
7
},
7
},
8
 
8
 
9
{
9
{
10
	"dir",
10
	"dir",
11
	NULL,
11
	NULL,
12
	&cmd_ls,
12
	&cmd_ls,
13
	&help_cmd_ls,
13
	&help_cmd_ls,
14
	0
14
	0
15
},
15
},
16
 
16
 
17
 
17