Quash Shell
0.1
A simple yet powerfull shell program
|
Command to kill a process based on it's job id. More...
#include <command.h>
Public Attributes | |
CommandType | type |
int | sig |
int | job |
char * | sig_str |
char * | job_str |
Command to kill a process based on it's job id.
int KillCommand::job |
Job id number
char* KillCommand::job_str |
String holding the job id number (used for printing)
int KillCommand::sig |
Signal to send to the job
char* KillCommand::sig_str |
String holding the signal number (used for printing)
CommandType KillCommand::type |
Type of command