Subversion Repositories HelenOS

Rev

Rev 3346 | Rev 3373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3346 Rev 3357
Line 1... Line 1...
1
{
1
{
2
    "cat",
2
    "cat",
3
    "The cat command",
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