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>
This commit is contained in:
24
pages.ko/common/swipl.md
Normal file
24
pages.ko/common/swipl.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# swipl
|
||||
|
||||
> SWI-Prolog - 포괄적인 무료 Prolog 환경.
|
||||
> 더 많은 정보: <https://www.swi-prolog.org/>.
|
||||
|
||||
- 대화형 세션 시작:
|
||||
|
||||
`swipl`
|
||||
|
||||
- 출력을 표시하지 않고 명령 실행:
|
||||
|
||||
`swipl --quiet -t "{{명령}}"`
|
||||
|
||||
- 스크립트 실행:
|
||||
|
||||
`swipl {{경로/대상/파일.pl}}`
|
||||
|
||||
- 모든 셸 구성 변수 출력:
|
||||
|
||||
`swipl --dump-runtime-variables`
|
||||
|
||||
- 버전 표시:
|
||||
|
||||
`swipl --version`
|
Reference in New Issue
Block a user