cnrkaya / linux-shell

Basic LINUX shell in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LINUX SHELL

  • This shell is written using only standard c libraries and modules.
  • Supports cd , exit ,help and most of unix commands.
  • You can press the up arrow key and then enter key for previous command.
  • Extra feature: If you incorrectly enter the command with uppercase ,it is okay.You just need to 'L' character to the end of command without any space. EXAMPLE : 'LS -AL' converted to 'ls - a' automaticly before execution.

ss

About

Basic LINUX shell in C


Languages

Language:C 100.0%