From babd99b7306c4b5641b5326de1a9b2d727722298 Mon Sep 17 00:00:00 2001 From: Antonio Mello Date: Mon, 13 May 2019 11:17:01 +0200 Subject: [PATCH] expand documentation: * Add session about bash inference Signed-off-by: Antonio Mello --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 52352ef..7241bf4 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,13 @@ Esc + c # run cat filename again ``` +##### Bash inference for commands with question mark + +```bash +/b?n/?at /etc/pa??wd +# will be converted to /bin/cat /etc/passwd +``` + ##### Some handy environment variables ``` $0 :name of shell or shell script.