Closed vigneshsarma closed 11 years ago
For example: find --name "*.py" | grep abcd
find --name "*.py" | grep abcd
I couldn't find a way to do this. did I miss it?
No, there is no such option... I need to invent option name for that and implement it, it won't be hard to do. :) If you have suggestions regarding the name I would like to hear them.
fixed by #11
For example:
find --name "*.py" | grep abcd
I couldn't find a way to do this. did I miss it?