!, ^, cs*, ctags, cvs, cwebp, cypher-shell, czkawka-cli: update and add Korean translation (#14099)

This commit is contained in:
HoJeong Im
2024-10-12 02:05:31 +09:00
committed by GitHub
parent 5ceae06882
commit 6bfd085719
13 changed files with 248 additions and 0 deletions

21
pages.ko/common/csh.md Normal file
View File

@@ -0,0 +1,21 @@
# csh
> C와 유사한 구문을 사용하는 셸 (명령어 인터프리터).
> 참고: `tcsh`.
> 더 많은 정보: <https://www.mkssoftware.com/docs/man1/csh.1.asp>.
- 대화형 셸 세션을 시작:
`csh`
- 시작 구성을 로드하지 않고 대화형 셸 세션을 시작:
`csh -f`
- 특정 명령어([c]ommands)를 실행:
`csh -c "{{echo 'csh가 실행됨'}}"`
- 특정 스크립트를 실행:
`csh {{경로/대상/스크립트.csh}}`