[Python] 특정문자 파일 찾기

2018. 7. 2. 13:42Python관련/Python

반응형
find . -name "*.so" | grep libpython


반응형