diff --git a/pages/common/elvish.md b/pages/common/elvish.md index 850d0b08b..738be5eb7 100644 --- a/pages/common/elvish.md +++ b/pages/common/elvish.md @@ -1,20 +1,17 @@ # elvish > Expressive programming language and a versatile interactive shell. +> See also: `nu`. > More information: . - Start an interactive shell session: `elvish` -- Execute a [c]ommand and then exit: +- Execute specific [c]ommands: -`elvish -c "{{command}}"` +`elvish -c "{{echo 'elvish is executed'}}"` -- Execute a script and then exit: +- Execute a specific script: `elvish {{path/to/script.elv}}` - -- Print the Elvish version and then exit: - -`elvish -version`