From 97ab70c475212d34d3a2a4dd18873dd8f4d4e201 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Fri, 15 Oct 2021 16:25:38 +0200 Subject: [PATCH] mise au point readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df204a8..3612c40 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ - `history` **? the command history ?** - `binaries` *fetch and launch the right executable* - `'` `"` `;` `\` **? don't interpret special characters and unclosed quotes ?** -- **pipes :** +- **pipes :** [video vulgarisation](https://www.youtube.com/watch?v=bKzonnwoR2I) - `|` *pipes* - **expensions :** - `$` *variable expension* - - `$?` *exit return of last executed process* + - `$?` *exit return of last executed process* [ressource stackoverflow](https://stackoverflow.com/questions/7248031/meaning-of-dollar-question-mark-in-shell-scripts) - **quotes :** [ressource](https://linuxhandbook.com/quotes-in-bash/) - `'` *(ignore any special characters)* - `"` *(ignore any special characters except '$')* @@ -50,6 +50,9 @@ - `env` - ~~`echo`~~ - `echo -n` +- **autres :** + - `termcap` [man](https://www.gnu.org/software/termutils/manual/termcap-1.3/html_chapter/termcap_toc.html) + - `readline` [man](https://tiswww.case.edu/php/chet/readline/rltop.html) / [second source](https://tiswww.case.edu/php/chet/readline/README) *[\go to sommaire](#markdown-header-sommaire)*