egrep –color “\b(PASS|FAIL)\b|$”
Tag Archives: bash
How can I in Bash find files between two timestamps?
find . -type f -newermt “2014-10-08 10:17:00” ! -newermt “2014-10-08 10:53:00”
egrep –color “\b(PASS|FAIL)\b|$”
find . -type f -newermt “2014-10-08 10:17:00” ! -newermt “2014-10-08 10:53:00”