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

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
6번째 줄: 6번째 줄:
==실습==
==실습==
;파일명 변경
;파일명 변경
<source lang='console'>
<syntaxhighlight lang='doscon'>
C:\Users\zetawiki>dir/b *.txt
C:\Users\zetawiki>dir/b *.txt
hello.txt
hello.txt
14번째 줄: 14번째 줄:
C:\Users\zetawiki>dir/b *.txt
C:\Users\zetawiki>dir/b *.txt
world.txt
world.txt
</source>
</syntaxhighlight>
;폴더명 변경
;폴더명 변경
<source lang='console'>
<syntaxhighlight lang='doscon'>
C:\Users\zetawiki>dir/ad/b folder*
C:\Users\zetawiki>dir/ad/b folder*
folder1
folder1
24번째 줄: 24번째 줄:
C:\Users\zetawiki>dir/ad/b folder*
C:\Users\zetawiki>dir/ad/b folder*
folder2
folder2
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

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 }}