Skip to content

A Basic Linux Command Executor This repository contains a simple shell implementation that executes basic Linux commands.

License

Notifications You must be signed in to change notification settings

Bindusrinaik04/BSShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell - A Basic Linux Command Executor

Shell - A Basic Linux Command Executor This repository contains a simple shell implementation that executes basic Linux commands. The shell supports the following commands:

  1. ps: Displays information about active processes.

  2. ls: Lists directory contents.

  3. cat: Concatenates and displays the content of files.

  4. echo: Displays a line of text or variables.

  5. mkdir: Creates new directories.

  6. cdir: Changes the current directory (similar to cd).

  7. wc: Displays the word, line, and byte counts for files.

This project demonstrates fundamental concepts of shell scripting and command execution, providing a simple yet functional interface for interacting with a Linux-based system. It serves as an educational tool for understanding how shells operate and manage processes.

Feel free to explore, contribute, or suggest improvements!

About

A Basic Linux Command Executor This repository contains a simple shell implementation that executes basic Linux commands.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published