mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
362 B
362 B
rbash
Restricted Bash shell. Similar to the
bash
shell with some restrictions like changing directories withcd
, setting/unsetting of PATH, ENV variables and others.
- Start rbash:
rbash
- Execute a command:
rbash -c "{{command}}"
- Run commands from a file:
rbash {{file.sh}}
- Print the version information of rbash:
rbash --version