snippetbashTip
elvish — Expressive programming language and a versatile interactive shell. See also: `nu`. More information:
Viewed 0 times
commandlanguageandcliprogrammingexpressiveversatileelvish
Problem
How to use the
elvish command: Expressive programming language and a versatile interactive shell. See also: nu. More information: <https://elv.sh/ref/command.html>.Solution
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:
elvishExecute specific [c]ommands:
elvish -c "{{echo 'elvish is executed'}}"Execute a specific script:
elvish {{path/to/script.elv}}Code Snippets
Start an interactive shell session
elvishExecute specific [c]ommands
elvish -c "{{echo 'elvish is executed'}}"Execute a specific script
elvish {{path/to/script.elv}}Context
tldr-pages: common/elvish
Revisions (0)
No revisions yet.