#TIL #svn #linux #macos 파일 실행 권한을 svn 프로퍼티로 적용
Subversion provides the svn:executable property as a way to specify that the executable bit for the file on which that property is set should be enabled, ...
Subversion provides the svn:executable property as a way to specify that the executable bit for the file on which that property is set should be enabled, ...
$ find . -type f ! -name '*.txt' -delete
$ find . -type f -print0 -name '*.sh' | xargs -0 dos2unix dos2unix: converting file ./hello world.sh to Unix format... dos2unix: converting file ./sub_test/h...