linux find + ls -l

当前路径下所有的.so文件,并显示列表信息

find ./ -name "*.so" -exec ls -l {} \;

猜你喜欢

转载自blog.csdn.net/y7u8t6/article/details/83503473