O/S/각종 O/S 관련
Linux 심볼릭 링크 찾기
암초보
2018. 2. 1. 10:17
find . -type l -printf "%p --> %l\n"
find . -type l -printf "%p --> %l\n"