Find Jobs
Hire Freelancers

Linux Shell command interpreter HW

$15-20 USD

Completato
Pubblicato circa 20 anni fa

$15-20 USD

Pagato al completamento
See attached file for complete description. I need it due 5 Wednesday 9 AM sooner will be better Here is source i've so far #include <string.h> #include <stdio.h> #include <unistd.h> #define MAX_ARGS 64 #define MAX_ARG_LEN 16 #define WHITESPACE " .,\t\n" void printPrompt(); void readCommand(char *); struct command_t { char *name; int argc; char *argv[MAX_ARGS]; }; int parseCommand(char *, struct command_t *); int main() { char commandLine[80]; struct command_t command; printPrompt(); readCommand(commandLine); parseCommand(commandLine, &command); } void printPrompt() { /* Build the prompt strting to have the machine name, * current directory, or other desired information */ char *promptString; promptString = "3601gb> "; printf("%s ", promptString); } void readCommand(char *buffer) { /* This code uses any set of I/O functions, such as those in * the stdio library to read the entire command line into the buffer. * This implementation is greatly simplified, but it does the job. */ gets(buffer); } int parseCommand(char *cLine, struct command_t *cmd) { int argc; char **clPtr; /* Initialization */ clPtr = &cLine; // cLine is the command line argc = 0; cmd->argv[argc] = (char *) malloc(MAX_ARG_LEN); /* Fill argv[] */ while((cmd->argv[argc] = strsep(clPtr, WHITESPACE)) != NULL) { cmd->argv[++argc] = (char *) malloc(MAX_ARG_LEN); } /* Set the command name and argc */ cmd->argc = argc-1; cmd->name = (char *) malloc(sizeof(cmd->argv[0])); return 1; } ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition on the platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform Linux
Rif. progetto: 3198409

Info sul progetto

2 proposte
Progetto a distanza
Attivo 20 anni fa

Hai voglia di guadagnare un po'?

I vantaggi delle offerte su Freelancer

Imposta il tuo budget e le scadenze
Fatti pagare per il lavoro svolto
Delinea la tua proposta
La registrazione e le offerte sui lavori sono gratuite
Assegnato a:
Avatar dell'utente
See private message.
$15 USD in 1 giorno
5,0 (1 valutazione)
0,4
0,4
2 freelance hanno fatto un'offerta media di $15 USD
Avatar dell'utente
See private message.
$15,30 USD in 1 giorno
5,0 (14 valutazioni)
2,9
2,9

Info sul cliente

Bandiera: RUSSIAN FEDERATION
Stavropol, Russian Federation
5,0
286
Metodo di pagamento verificato
Membro dal lug 5, 2002

Verifica del cliente

Grazie! Ti abbiamo inviato tramite email il link per richiedere il tuo bonus gratuito.
Non è stato possibile inviarti l'email. Riprova per piacere.
di utenti registrati di lavori pubblicati
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Caricamento anteprima
Autorizzazione per la geolocalizzazione concessa.
La tua sessione è scaduta ed è stato effettuato il log out. Accedi nuovamente per piacere.