Skip to content

feixiangpeng/Shell_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyShell - Custom Shell Implementation

A custom shell implementation that provides basic shell functionality including command execution, built-in commands, and I/O redirection.

Features

  • Command execution with fork and exec
  • Built-in commands:
    • cd - Change directory
    • pwd - Print working directory
    • exit - Exit the shell
  • I/O redirection with > and >+
  • Multiple command execution with semicolon (;) separator
  • Error handling and proper memory management
  • Support for both interactive and batch mode

About

A custom Unix-like shell implementation in C featuring command execution, built-in commands (cd, pwd, exit), I/O redirection, and batch processing. Demonstrates systems programming concepts including process management, file operations, and memory handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages