RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Variables
main_cat.c File Reference

CAT Shell Command Implmentation. More...

#include <stdio.h>
#include <termios.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <dirent.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
#include <pwd.h>
#include <grp.h>
#include <errno.h>
#include <sys/types.h>
#include <stddef.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_CAT_Command
 

Detailed Description

CAT Shell Command Implmentation.

Variable Documentation

◆ rtems_shell_CAT_Command

rtems_shell_cmd_t rtems_shell_CAT_Command
Initial value:
= {
"cat",
"cat n1 [n2 [n3...]] # show the ascii contents",
"files",
rtems_shell_main_cat ,
NULL,
NULL
}