Formatted all pages according to guidelines.
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user