mirror of https://github.com/CrimsonTome/tldr.git
rbash: fix for lint
parent
4dc0202460
commit
373bdf1982
|
@ -1,14 +1,14 @@
|
||||||
# rbash
|
# rbash
|
||||||
|
|
||||||
> Restricted Bash shell
|
> Restricted Bash shell.
|
||||||
> Restrictions implemented in rbash
|
> Restrictions implemented in rbash.
|
||||||
> cd command
|
> The cd command is not allowed.
|
||||||
> PATH and ENV (setting/unsetting)
|
> PATH and ENV (setting/unsetting).
|
||||||
> Importing function
|
> Importing function.
|
||||||
> Specifying file name containing argument ‘/’
|
> Specifying file name containing argument ‘/’.
|
||||||
> Specifying file name containing argument ‘-‘
|
> Specifying file name containing argument ‘-‘.
|
||||||
> Redirecting output using ‘>‘, ‘>>‘, ‘>|‘, ‘<>‘, ‘>&‘, ‘&>‘
|
> Redirecting output using ‘>‘, ‘>>‘, ‘>|‘, ‘<>‘, ‘>&‘, ‘&>‘.
|
||||||
> Turning off restriction using ‘set +r‘ or ‘set +o‘
|
> Turning off restriction using ‘set +r‘ or ‘set +o‘.
|
||||||
|
|
||||||
- Start rbash:
|
- Start rbash:
|
||||||
|
|
||||||
|
@ -25,8 +25,3 @@
|
||||||
- Print the version information of rbash:
|
- Print the version information of rbash:
|
||||||
|
|
||||||
`rbash --version`
|
`rbash --version`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue