18
bash 스크립트를 사용하여 파일 이름의 공백을 바꾸는 방법
주어진 루트 디렉토리에서 시작하여 파일 및 디렉토리 이름에서 공백을 밑줄로 재귀 적으로 대체하는 안전한 솔루션을 추천 할 수 있습니까? 예를 들면 다음과 같습니다. $ tree . |-- a dir | `-- file with spaces.txt `-- b dir |-- another file with spaces.txt `-- yet another file with spaces.pdf 된다 : …
264
linux
bash
whitespace
filenames