ls -ltr|grep 'Mar 4'| awk '{print $9 }'|zcat -fq |grep 12345
I want to find all the files modified on a specific date, then zcat them and do a cell search for a numeric string.
the above does not work, because it searches for the file name for the string, not the file itself.
Any help?
M
matt123
source
share