[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to find indicated infomation in some directory?



 
    
find . -name "report*" -exec cat {} \; | grep wuwei


Google