rename 명령을 사용하여 여러 파일의 이름을 바꾸려고 합니다.
Blue - This file is called Blue ok.txt
Red - This file is called Red ok.txt
Orange and Yellow - This file is called Orange and Yellow ok.txt
... 입력하다:
Blue.txt
Red.txt
Orange and Yellow.txt
중간에 있는 와일드카드를 이해하지 못합니다. 나는 시도했다:
rename -f 's/ - This file is called* ok//gi' *.txt