Skip to content

vivekingh/Linux-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Linux-Shell

Introduction

Linux has its own batch for executing several commands. This repository contains codes in "c" language for creating your own batch.

Supporting Commands

  • cd
  • jobs
  • exit
  • kill
  • history
  • & command (for background tasks)

It also supports commands like man for manual page etc. which are not specific to a particular batch.

Compilation and Execution

gcc shell.c -lreadline
./a.out

About

A simple batch similar to command prompt in linux to execute few commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages