2
0
Fork 0
mirror of https://github.com/Idnan/bash-guide.git synced 2018-11-09 02:29:39 +01:00

help command backquote bug fixed

This commit is contained in:
prabhakaran9397 2017-04-13 23:33:28 +05:30
parent d2255f3f47
commit 3c5136f924

View file

@ -80,10 +80,10 @@ Clears content on window.
```bash ```bash
$ help $ help
GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu) GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)
These shell commands are defined internally. Type `help' to see this list. These shell commands are defined internally. Type 'help' to see this list.
Type `help name' to find out more about the function `name'. Type 'help name' to find out more about the function 'name'.
Use `info bash' to find out more about the shell in general. Use 'info bash' to find out more about the shell in general.
Use `man -k' or `info' to find out more about commands not in this list. Use 'man -k' or 'info' to find out more about commands not in this list.
A star (*) next to a name means that the command is disabled. A star (*) next to a name means that the command is disabled.