Rev 3425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3425 | Rev 4377 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | * handle a module differently even prior to reaching its entry code. |
10 | * handle a module differently even prior to reaching its entry code. |
11 | * For instance, 'exit' could behave differently than 'quit', prior to |
11 | * For instance, 'exit' could behave differently than 'quit', prior to |
12 | * the entry point being reached. */ |
12 | * the entry point being reached. */ |
13 | 13 | ||
14 | char *mod_aliases[] = { |
14 | char *mod_aliases[] = { |
15 | "exit", "quit", |
- | |
16 | "md", "mkdir", |
- | |
17 | "del", "rm", |
15 | "ren", "mv", |
18 | "dir", "ls", |
- | |
19 | NULL, NULL |
16 | NULL, NULL |
20 | }; |
17 | }; |
21 | 18 | ||
22 | #endif |
19 | #endif |