Sunday 19 November 2017

linux - find Argument list too long

I want to search in many many files for a string.


I used find /archive/* -print0 | xargs -0 grep 'robert' -sl


Is there a simple method to do it ?

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...