source:
mainline/uspace/app/bdsh/cmds/modules/ls/ls_def.h@
a56f4b2
Last change on this file since a56f4b2 was a56f4b2, checked in by , 17 years ago | |
---|---|
|
|
File size: 121 bytes |
Line | |
---|---|
1 | { |
2 | "ls", |
3 | "List files and directories", |
4 | &cmd_ls, |
5 | &help_cmd_ls, |
6 | 0 |
7 | }, |
8 | |
9 | { |
10 | "dir", |
11 | NULL, |
12 | &cmd_ls, |
13 | &help_cmd_ls, |
14 | 0 |
15 | }, |
16 |
Note:
See TracBrowser
for help on using the repository browser.