From 6460fa3f61572d62a7d29f5aa460a15ef0c6407d Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Mon, 20 Mar 2017 20:57:28 +0100 Subject: [PATCH] readme markdown --- 42sh/README.md | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/42sh/README.md b/42sh/README.md index 8747c053..da7ed695 100644 --- a/42sh/README.md +++ b/42sh/README.md @@ -1,5 +1,4 @@ -# **42zsh** ---- +# 42sh 42sh school project. @@ -27,9 +26,9 @@ Optional feature highly appreciated: - Job Control and builtins `job`, `fg`, `bg`and operand `&`. - Shell Scripting. -

Shell / Subshell

+## shell / subshell -

Line Edition

+## line editing Keys|Functions| :-:|:-- @@ -40,7 +39,7 @@ Keys|Functions| Ctrl+C|Terminate/Kill current foreground process. Ctrl+Z|Suspend/Stop current foreground process. -

History

+## history Keys|Functions| :-:|:-- @@ -52,14 +51,8 @@ Keys|Functions| `!name`|Search for a command beginning with `name`. `!?name`|Search for a command which contain `name`. -

Autocompletion

- -

Globbing

- -

Hash Table

- -

Builtin Read

- -

Job Control

- -

Scripting

+## autocompletion +## globbing +## hash table +## job control +## scripting