"윈도우 rename"의 두 판 사이의 차이

(새 문서: ==개요== ;rename; ren ;윈도우 rename *파일 또는 폴더 이름 변경 윈도우 명령어 ==실습== ;파일명 변경 <source lang='dos'> C:\Users\jmnote>dir/b *.txt hello.tx...)
 
잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
(사용자 2명의 중간 판 7개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{다른뜻|리눅스 rename}}
==개요==
==개요==
;rename; ren
;rename; ren
5번째 줄: 6번째 줄:
==실습==
==실습==
;파일명 변경
;파일명 변경
<source lang='dos'>
<syntaxhighlight lang='doscon'>
C:\Users\jmnote>dir/b *.txt
C:\Users\zetawiki>dir/b *.txt
hello.txt
hello.txt


C:\Users\jmnote>rename hello.txt world.txt
C:\Users\zetawiki>rename hello.txt world.txt


C:\Users\jmnote>dir/b *.txt
C:\Users\zetawiki>dir/b *.txt
world.txt
world.txt
</source>
</syntaxhighlight>
;폴더명 변경
;폴더명 변경
<source lang='dos'>
<syntaxhighlight lang='doscon'>
C:\Users\jmnote>dir/ad/b folder*
C:\Users\zetawiki>dir/ad/b folder*
folder1
folder1


C:\Users\jmnote>rename folder1 folder2
C:\Users\zetawiki>rename folder1 folder2


C:\Users\jmnote>dir/ad/b folder*
C:\Users\zetawiki>dir/ad/b folder*
folder2
folder2
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[cd]]
*[[cd]]
*[[dir]]
*[[윈도우 CMD 명령어 목록]]
*[[윈도우 CMD 명령어 목록]]
*[[리눅스 mv]]


[[분류: 윈도우]]
[[분류: 윈도우]]

2021년 10월 20일 (수) 19:48 기준 최신판

  다른 뜻에 대해서는 리눅스 rename 문서를 참조하십시오.

1 개요[ | ]

rename; ren
윈도우 rename
  • 파일 또는 폴더 이름 변경 윈도우 명령어

2 실습[ | ]

파일명 변경
C:\Users\zetawiki>dir/b *.txt
hello.txt

C:\Users\zetawiki>rename hello.txt world.txt

C:\Users\zetawiki>dir/b *.txt
world.txt
폴더명 변경
C:\Users\zetawiki>dir/ad/b folder*
folder1

C:\Users\zetawiki>rename folder1 folder2

C:\Users\zetawiki>dir/ad/b folder*
folder2

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}