3월, 2019의 게시물 표시

How to delete hidden files in subdirectories

When developer uses a samba server on macOS, the cache files like .DS_Store or ._.DS_Store are created. At that time, if you want to delete this files, you can do it using following bash shell: $ find . -name ".DS_Store" -exec rm -f {} \; $ find . -name "._.DS_Store" -exec rm -f {} \;

Linux 또는 macOS에서 Git 비밀번호 계속 물어보지 않게 하기

이 요약은 사용할 수 없습니다. 이 글을 보려면 여기를 클릭하세요.