Files
tldr/pages.zh/common/elvish.md

17 lines
306 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Elvish
> 表达式编程语言和多功能交互式 shell。
> 另见: `nu`。
> 更多信息: <https://elv.sh>。
- 开始一个交互式 shell 会话:
`elvish`
- 执行特定的 [c]ommands
`elvish -c "{{echo 'elvish 已执行'}}"`
- 执行特定脚本:
`elvish {{path/to/script.elv}}`