Skip to content

A Unix shell program is simply a program that conveniently allows you to run other programs.

Notifications You must be signed in to change notification settings

SaraAnwar97/Simple-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

About

A Unix shell program is simply a program that conveniently allows you to run other programs.

Prerequisites

install Linux OS.

Compiling

gcc -o shell shell.c -pthread

Running

./shell

ls

cp (#source) (#destination)

rm (#source)

firefox

exit

About

A Unix shell program is simply a program that conveniently allows you to run other programs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages