mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
21 lines
361 B
Markdown
21 lines
361 B
Markdown
![]() |
# elvish
|
||
|
|
||
|
> Expressive programming language and a versatile interactive shell.
|
||
|
> More information: <https://elv.sh>.
|
||
|
|
||
|
- Start an interactive shell session:
|
||
|
|
||
|
`elvish`
|
||
|
|
||
|
- Execute a [c]ommand and then exit:
|
||
|
|
||
|
`elvish -c "{{command}}"`
|
||
|
|
||
|
- Execute a script and then exit:
|
||
|
|
||
|
`elvish {{path/to/script.elv}}`
|
||
|
|
||
|
- Print the Elvish version and then exit:
|
||
|
|
||
|
`elvish -version`
|