Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- docker
- jQuery
- random
- Oracle
- TextBox
- smarty
- Postfix
- php
- i18n
- Python
- replace
- 부모창
- Eclipse
- MySQL
- centos
- TPL
- 일괄변경
- 한글 깨짐
- install
- 문자열자르기
- 천단위
- mariadb
- ubuntu
- RabbitMQ
- yum
- JavaScript
- 확장자
- Selectbox
- SVN
Archives
- Today
- Total
목록일괄변경 (2)
wilson's story
PowerShell 에서 확장자 일괄 변경
윈도우의 PowerShell 에서 파일의 확장자를 일괄로 변경하고자 할 때 사용 PowerShell에서 해당 폴더 위치로 이동 확장자 .AAA를 .BBB로 변경할 때 get-childItem *.AAA -Recurse | Rename-Item -NewName { $_.Name -replace ".AAA", '.BBB' }
My information
2020. 12. 18. 10:05