osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

13
pages.ko/osx/pbpaste.md Normal file
View File

@@ -0,0 +1,13 @@
# pbpaste
> 클립보드의 내용을 `stdout`으로 전송.
> 키보드에서 Cmd + V를 누르는 것과 유사.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/pbpaste.1.html>.
- 클립보드의 내용을 [f]파일에 쓰기:
`pbpaste > {{경로/대상/파일}}`
- 클립보드의 내용을 명령어의 입력으로 사용:
`pbpaste | grep foo`