mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
397 B
397 B
swipl
SWI-Prolog - 포괄적인 무료 Prolog 환경. 더 많은 정보: https://www.swi-prolog.org/.
- 대화형 세션 시작:
swipl
- 출력을 표시하지 않고 명령 실행:
swipl --quiet -t "{{명령}}"
- 스크립트 실행:
swipl {{경로/대상/파일.pl}}
- 모든 셸 구성 변수 출력:
swipl --dump-runtime-variables
- 버전 표시:
swipl --version