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/swipl.md
코드싸이 4b5248236b
common/s*: add and update Korean translation (#14666)
* 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>
2024-11-09 10:41:41 +09:00

397 B

swipl

SWI-Prolog - 포괄적인 무료 Prolog 환경. 더 많은 정보: https://www.swi-prolog.org/.

  • 대화형 세션 시작:

swipl

  • 출력을 표시하지 않고 명령 실행:

swipl --quiet -t "{{명령}}"

  • 스크립트 실행:

swipl {{경로/대상/파일.pl}}

  • 모든 셸 구성 변수 출력:

swipl --dump-runtime-variables

  • 버전 표시:

swipl --version