rename 's/\s/_/' * <---------- 우분투에서...
또는
rename " " "_" * <---------- 페도라에서...
-----------------------------------------------------------
For example, to rename all files matching "*.bak" to strip the extension, you might say
rename 's/\.bak$//' *.bak
To translate uppercase names to lower, you'd use
rename 'y/A-Z/a-z/' *
출처 : http://www.ylabs.co.kr/index.php?document_srl=6341&mid=board_centos
'Ubuntu' 카테고리의 다른 글
제조사에서 재공하는 그래픽 드라이버 설치했을 경우, (0) | 2014.05.10 |
---|---|
Audacious 음악 플레이어 쓸때 파일경로 제대로 읽어오지 못하는 경우. (0) | 2014.05.06 |
우분투 언어 관련 팁들 (0) | 2014.05.02 |
Show username on panel (0) | 2014.04.24 |
Scrollbar Window 처럼 바꾸기.(Disable overlay scrollbar) (0) | 2014.04.24 |