Subversion Repositories HelenOS

Rev

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

Rev 3357 Rev 3373
1
{
1
{
2
    "cat",
2
    "cat",
3
    "Show the contents of a file",
3
    "Show the contents of a file",
4
    &cmd_cat,
4
    &cmd_cat,
5
    &help_cmd_cat,
5
    &help_cmd_cat,
6
    0
6
    0
7
},
7
},
8
 
8
 
9
 
9