Updated README
This commit is contained in:
parent
17501b59b4
commit
8285e148e1
1 changed files with 2 additions and 0 deletions
|
|
@ -4,7 +4,9 @@ Simple shell for Unix-like systems written in C, that has a funny name (for germ
|
||||||
* Features
|
* Features
|
||||||
- Can run commands
|
- Can run commands
|
||||||
- You can pipe stdout of one command to stdin of another (ex. ~cat main.c | wc --lines~)
|
- You can pipe stdout of one command to stdin of another (ex. ~cat main.c | wc --lines~)
|
||||||
|
- Your can redirrect output/input with ~>~, ~>>~, ~<~, ~2>~, ~&>~
|
||||||
- Variables expansion with ~$PATH~ and ~${HOME}~ syntax
|
- Variables expansion with ~$PATH~ and ~${HOME}~ syntax
|
||||||
|
- Shows custom prompt, if ~PS1~ env variable is set
|
||||||
- Run subcomands with ~$(hostname)~ or ~`pwd`~ (works with pipes)
|
- Run subcomands with ~$(hostname)~ or ~`pwd`~ (works with pipes)
|
||||||
- ~cd~ builtin command (~cd~ without arguments moves you to ~$HOME~)
|
- ~cd~ builtin command (~cd~ without arguments moves you to ~$HOME~)
|
||||||
- ~exit~ builtin command
|
- ~exit~ builtin command
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue