리눅스에서 파일 확장자를 변경 할때 보통 "mv" 명령어로 바꾸는데, 한꺼번에 많은 파일을
변경 하려고 할때는 rename을 사용하면 된다.
예를 들어 .c 파일을 .cpp 로 변경 하려면 다음과 같이 명령어를 입력 하면된다.
$rename 's/\.c/\.cpp/' * |
'Programming & Tools > Linux' 카테고리의 다른 글
[Linux] Ubuntu 16.04 Serial Port Login (0) | 2017.10.16 |
---|---|
[Linux] FFMPEG "Codec not found" (0) | 2017.05.02 |
[Linux] Ubuntu 16.04 LTS Ethernet Interface 이름 바꾸기 (0) | 2017.01.11 |
[Linux] U-buntu 10.04 tftp Upload 시 Access Violation (3) | 2013.09.05 |
[Linux] printk Level 별 출력 (0) | 2012.05.30 |