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/slackcat.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

665 B

slackcat

파일 및 명령 출력을 Slack에 전달하는 도구. 더 많은 정보: https://github.com/bcicen/slackcat.

  • 파일을 Slack에 게시:

slackcat --channel {{채널_이름}} {{경로/대상/파일}}

  • 사용자 지정 파일 이름으로 파일을 Slack에 게시:

slackcat --channel {{채널_이름}} --filename={{파일_이름}} {{경로/대상/파일}}

  • 명령 출력을 텍스트 스니펫으로 Slack에 파이프:

{{명령어}} | slackcat --channel {{채널_이름}} --filename={{스니펫_이름}}

  • 명령 출력을 Slack에 지속적으로 스트리밍:

{{명령어}} | slackcat --channel {{채널_이름}} --stream