Skip to content

Commit

Permalink
dash: add page (tldr-pages#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Nov 22, 2017
2 parents 780c9f5 + 68b5413 commit a562bdd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/linux/dash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# dash

> Debian Almquist Shell.
> 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}}`

0 comments on commit a562bdd

Please sign in to comment.