Skip to content

A Simple Shell utility, for executing basic commands, copying and moving files, creating files of specific defined size.

Notifications You must be signed in to change notification settings

Ajinkya-W/A-simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OS

The programs is written in c++. It contains two files:

  1. list.h this header file implements the list using linkedlist. It also acts as a stack. It implement following methods:
    (a) push (b) pop (c) remove (d) printList (e) size (f) get

  2. sh.cpp this program implements the shell script from the scratch. The shell is able to execute the following commands:
    (a) copy (b) create (c) cd (d) pushd (e) popd (f) dirs (g) path

About

A Simple Shell utility, for executing basic commands, copying and moving files, creating files of specific defined size.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages