Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DariaXu/MyShell

Open more actions menu

Repository files navigation

MyShell

A shell interpreter which combines behavior from common shells, including bash and C shell.

Features

Part 1: Parsing and Executing Commands

  • Part 1A: Lex and Yacc - Accepting more complex commands
  • Part 1B: Executing commands
    1B.1: Simple command process creation and execution
    1B.2: File redirection
    1B.3: Pipes
    1B.4: isatty()

Part 2: Signal Handling, More Parsing, and Subshells

  • 2.1: Ctrl-C
  • 2.2: Zombie Elimination
  • 2.3: Exit
  • 2.4: Quotes
  • 2.5: Escaping
  • 2.6: Builtin Functions (printenv, setenv A B, unsetenv A, source A, cd A)
  • 2.7: Creating a Default Source File: “.shellrc”
  • 2.8: Subshells

Part 3: Expansions, Wildcards, and Line Editing

  • 3.1: Environment variable expansion
  • 3.2: Tilde expansion
  • 3.3: Wildcarding
  • 3.4: Edit mode
  • 3.5: History
  • 3.6: Path completion
  • 3.7: Variable prompt

About

A shell interpreter which combines behavior from common shells, including bash and C shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.