Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

wolfen601/Unix-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i. cd <directory> - Change the current default directory to <directory>. If the <directory> argument is not present, report the current directory. If the directory does not exist an appropriate error should be reported. This command should also change the PWD environment variable.

ii. clr - clear the screen.

iii. dir <directory> - List the contenets of the directory <directory>.

iv. environ - List all the environment strings.

v. echo <comment> - Display the <comment> on the display followed by a new line (multiple spaces/tabs may be reduced to a single space).

vi. help - Display the user manual using the more filter.

vii. pause - Pause operation of the shell until 'Enter' is pressed.

viii. quit - Quit the shell.

ix. The shell environment should contain shell=<pathname>/myshell where <pathname>/myshell is the full path for the shell executable (not a hardwired path back to your directory, but the one from which it was executed).

About

Simple shell in unix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages