RE: [Evolution] evolution folder layout (Off-topic)



: When an application creates files that make
: "find . -type f | xargs grep foo" not work, I don't
: switch to another OS, I switch to another application.

Try 
  find . -type f | xargs -i grep foo '{}'
instead.

~r.




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