Simple grep
grep -il "ref" *201701*
Where “ref” is the reference I’m looking for. The 201701 is part of the filename so it’s easy to pull out messages for Jan ’17 for example or, say *2017012″ … all messages in 20-29th Jan 2017. Continue reading
Simple grep
grep -il "ref" *201701*
Where “ref” is the reference I’m looking for. The 201701 is part of the filename so it’s easy to pull out messages for Jan ’17 for example or, say *2017012″ … all messages in 20-29th Jan 2017. Continue reading