Provide some command line parsing capability to extract

Assignment Help Computer Engineering
Reference no: EM132213991

Write a small C program that loops reading a line from standard input and checks the first word of the input line.

If the first word is one of the following internal commands (or aliases) perform the designated task.

Otherwise use the standard ANSI C system function to execute the line through the default system shell.

Internal Commands/Aliases:

clr

clear the screen using the system function clear: system("clear").

dir <directory>

list the current directory contents (ls -al <directory>) - you will need to provide some command line parsing capability to extract the target directory for listing . Once you have built the replacement command line, use the system function to execute it.

environ

list all the environment strings - the environment strings can be accessed from within a program by specifying the POSIX compliant environment list:

extern char **environ;

as a global variable. environ is an array of pointers to the environment strings terminated with a NULL pointer. (see environ.c and Exercise 3 for examples of use)

quit

quit from the program with a zero return value. Use the standard exit function.

You might want to design your program to make this list of 'aliases' extendable by storing the alias strings and the alias functions in arrays...

External Commands:

For all other command line inputs, relay the command line to the parent shell for execution using the system function.

When parsing the command line you may have to explicitly or implicitly malloc (strdup) storage for a copy of the command line. Ensure that you free any malloced memory after it is no longer needed. You may find strtok useful for parsing.

The C Standard Library has a number of other string related functions that you may find useful (string.h)contains links to descriptions of the other main "string" functions).

The source of the basis for a simple shell using strtok and system is contained in strtokeg.c.

Note the number, type and style of comments in strtokeg.c - this is the level of commentry expected of the code you hand in for your projects.

Reference no: EM132213991

Questions Cloud

Determine amount would appear in multi-step income statement : The adjusted trial balance of Pacific Scientific Corporation on December 31, 2017, the end of the company's fiscal year, contained the following income.
Prepare a bond amortization schedule : Sage Co. sells $ 403,000 of 12% bonds on June 1, 2017. The bonds pay interest on December 1 and June 1. The due date of the bonds is June 1, 2021.
What accounting standard caused stock options : What accounting standard in 2004 caused stock options to decline as the primary source of non-cash compensation? Why? Does compensation expense from stock.
What is total overhead flexible-budget variance for period : What is the total overhead flexible-budget variance for the period? Indicate whether each of the above variances is favorable (F) or unfavorable (U).
Provide some command line parsing capability to extract : list the current directory contents, you will need to provide some command line parsing capability to extract the target directory for listing.
Find the names of all employees working in a department : Find the names of all employees working in a department managed by 'Smith'. Find the names of employees who have worked in every department.
What would be the most appropriate marketing strategy : What would be the most appropriate marketing strategy (segmentation, targeting, positing) for the A&F Brand in Europe - Is it preferable to standardise
Write a statement to convert and assign a users input : Write a statement to convert and assign a user's input through text box to the fist element of ArrayNumber.
Create an array named numbers to hold 10 double values : Create another array named "numbers2" with initial values 5.7, 9.1, 7.21, and 8.4, using the array initializer.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd