Skip to content

hbcbh1999/shell-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

			(C) 2014-3-2 HuangJinDong

DESCRIPTION
============

  It is a part of implementation of the shell. I call it as
  "ddsh" -:). 


FUNCTIONS
==========

  -- run commands are compose of semicolon

  -- have some build-in commands (cd, pwd, history, exit)

  -- commands and file's name can auto completion (Tab)

  -- press up and down to lookup the historical command

  -- press left and right to modify the input

  -- Ctrl + L to clear the screen

  -- if [ number ]; then command; fi

  -- while [ number ]; do command; done

  -- more... 


INSTALLATION
=============
  You need the library of "readline".
  Use make.


CONTACT WITH ME
================
  Send message to dingdongnigetou@gmail.com

About

The implement of shell

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.1%
  • Makefile 4.9%