Subversion Repositories HelenOS

Rev

Rev 3373 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. {
  2.     "rm",
  3.     "Remove files and directories",
  4.     &cmd_rm,
  5.     &help_cmd_rm,
  6.     0
  7. },
  8.  
  9. {
  10.     "del",
  11.     NULL,
  12.     &cmd_rm,
  13.     &help_cmd_rm,
  14.     0
  15. },
  16.  
  17.