mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
434 B
Plaintext
23 lines
434 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# elvish
|
|
|
|
> Expressive programming language and a versatile interactive shell.
|
|
> See also: `nu`.
|
|
> More information: <https://elv.sh/ref/command.html>.
|
|
|
|
- Start an interactive shell session:
|
|
|
|
`elvish`
|
|
|
|
- Execute specific [c]ommands:
|
|
|
|
`elvish -c "{{echo 'elvish is executed'}}"`
|
|
|
|
- Execute a specific script:
|
|
|
|
`elvish {{path/to/script.elv}}`
|