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/osx/rename.md

9 lines
281 B
Markdown
Raw Normal View History

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