RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_cmdls.c File Reference

ls Shell Command Implementation More...

#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <rtems/shellconfig.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_CMDLS_Command
 

Detailed Description

ls Shell Command Implementation

Variable Documentation

◆ rtems_shell_CMDLS_Command

rtems_shell_cmd_t rtems_shell_CMDLS_Command
Initial value:
= {
.name = "cmdls",
.usage = "cmdls COMMAND...",
.topic = "misc",
.command = rtems_shell_main_cmdls
}