Python관련/Python
[Python] 특정문자 파일 찾기
Lucifer_D
2018. 7. 2. 13:42
반응형
find . -name "*.so" | grep libpython
반응형