REN과 RENAME의 차이점은 무엇입니까?

REN과 RENAME의 차이점은 무엇입니까?

cmd에 입력했는데 help다음 줄이 출력의 일부였습니다.

REN            Renames a file or files.
RENAME         Renames a file or files.

다음으로 입력 help ren하고 help rename동일한 결과를 얻었습니다.

C:\Users\Rahul>help ren
Renames a file or files.

RENAME [drive:][path]filename1 filename2.
REN [drive:][path]filename1 filename2.

Note that you cannot specify a new drive or path for your destination file.

C:\Users\Rahul>help rename
Renames a file or files.

RENAME [drive:][path]filename1 filename2.
REN [drive:][path]filename1 filename2.

Note that you cannot specify a new drive or path for your destination file.

Microsoft는 왜 두 개의 동일한 명령을 만들려고 애썼습니까?

답변1

REN과 RENAME은 동의어입니다. 둘 중 하나를 사용할 수 있습니다. 인수를 지정하지 않으면 REN이 명령 대화 상자를 표시합니다.

출처:

http://jpsoft.com/help/ren.htm
http://ss64.com/nt/ren.html

답변2

다음 중 하나를 입력하세요.

ren /?

또는

rename /?

하나는 다른 하나의 약어입니다.

MkDir/ MD, ChDir/ CDRmDir/ 는 RD약어가 있는 다른 명령입니다.

관련 정보