From 07e02f1075b892c8df2582d24b85c6d93ecbb1f8 Mon Sep 17 00:00:00 2001 From: sadboyzvone Date: Tue, 21 Nov 2017 17:28:26 +0100 Subject: [PATCH 1/3] dash: add page --- pages/linux/dash.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/dash.md diff --git a/pages/linux/dash.md b/pages/linux/dash.md new file mode 100644 index 000000000..dada1705b --- /dev/null +++ b/pages/linux/dash.md @@ -0,0 +1,20 @@ +# dash + +> Debian Almquist Shell. Roughly 4x times faster than Bash. +> Modern POSIX-compliant implementation of `sh`(isn't Bash compatible). + +- Start interactive shell: + +`dash` + +- Execute a command: + +`dash -c "{{command}}"` + +- Run commands from a file: + +`dash {{file.sh}}` + +- Run commands from a file, logging all commands executed to the terminal: + +`dash -x {{file.sh}}` From 041ee38e7cbb65e37a865bf7b7d80649c1c593b7 Mon Sep 17 00:00:00 2001 From: sadboyzvone Date: Wed, 22 Nov 2017 08:15:57 +0100 Subject: [PATCH 2/3] dash: be more objective --- pages/linux/dash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/dash.md b/pages/linux/dash.md index dada1705b..9e488c317 100644 --- a/pages/linux/dash.md +++ b/pages/linux/dash.md @@ -1,6 +1,6 @@ # dash -> Debian Almquist Shell. Roughly 4x times faster than Bash. +> Debian Almquist Shell. > Modern POSIX-compliant implementation of `sh`(isn't Bash compatible). - Start interactive shell: From 68b54134f4c77620d6c0cccadbe624e64e7922e6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 22 Nov 2017 09:55:55 +0000 Subject: [PATCH 3/3] Teensy layout fix --- pages/linux/dash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/dash.md b/pages/linux/dash.md index 9e488c317..2a85bb057 100644 --- a/pages/linux/dash.md +++ b/pages/linux/dash.md @@ -1,7 +1,7 @@ # dash > Debian Almquist Shell. -> Modern POSIX-compliant implementation of `sh`(isn't Bash compatible). +> Modern POSIX-compliant implementation of `sh` (isn't Bash compatible). - Start interactive shell: