Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,20 +1,20 @@
# bash
> Bourne-Again SHell
> Bourne-Again SHell.
> `sh`-compatible command line interpreter.
- Start interactive command line interpreter
- Start interactive command line interpreter:
`bash`
- Execute command passed as parameter
- Execute command passed as parameter:
`bash -c {{command}}`
- Run commands from file (script)
- Run commands from file (script):
`bash {{file}}`
- Run commands from file and print them as they are executed
- Run commands from file and print them as they are executed:
`bash -x {{file}}`