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

8
pages.ko/osx/rename.md Normal file
View File

@@ -0,0 +1,8 @@
# rename
> 정규 표현식을 사용하여 파일 또는 파일 그룹의 이름을 변경.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/rename.2.html>.
- 지정된 파일들의 파일명에서 `from``to`로 변경:
`rename 's/{{from}}/{{to}}/' {{*.txt}}`