1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/elvish.md

18 lines
347 B
Markdown
Raw Normal View History

# elvish
> 표현력이 풍부한 프로그래밍 언어와 다양한 대화형 쉘.
> 참고: `nu`.
> 더 많은 정보: <https://elv.sh>.
- 대화형 쉘 세션을 시작:
`elvish`
- 특정 명령([c]ommands)을 실행:
`elvish -c "{{echo 'elvish is executed'}}"`
- 특정 스크립트 실행:
`elvish {{경로/대상/스크립트.elv}}`