use findto check how to use find, try man find
the following command will list all .c and .h find in current folder. Recursively!
find ./ -iname "*.[c|h]" -perm 0444 -exec ls -al {} \;
thanks a lot.
You are a lot help. :)
本帖共有 3 楼,当前显示第 3 楼,本文还有 N-1 层楼,要不你试试看:点击此处阅读更多 >>