본문 바로가기
컴퓨터 & IT (Computer & IT)/Windows and Powershell

[PowerShell] 파일 및 디렉토리의 이름을 변경하기

by UltraLowTemp-Physics 2021. 1. 24.
728x90

- 명령어

Rename-Item "old_name_file" "new_name_file"

old_name_file을 new_name_file로 이름을 변경함.

Ex) Rename-Item D:\temp\Test\Test.txt test1.txt
 - "D:\temp\Test\Test.txt"의 이름을 "test1.txt"로 변경

 

Reference:
[1] https://www.tutorialspoint.com/powershell/powershell_files_rename_files.htm
[2] https://ss64.com/ps/rename-item.html
[3] https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/rename-item?view=powershell-7.1 

728x90

댓글