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

MKDIR Shell Command Implementation. More...

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_MKDIR_Command
 

Detailed Description

MKDIR Shell Command Implementation.

Variable Documentation

◆ rtems_shell_MKDIR_Command

rtems_shell_cmd_t rtems_shell_MKDIR_Command
Initial value:
= {
.name = "mkdir",
.usage = "mkdir dir # make a directory",
.topic = "files",
.command = rtems_shell_main_mkdir,
.alias = NULL,
.next = NULL
}