Chrissirhc
Programmer
Hi,
I'd like to grep for a string in particular set of files in a directory, without moving these files.
so I have in the diretory
chris1.log
chris2.log
chris3.log
chrisn.log
...
chris104.log
I'd like to find the string only in chris50.log through to chris60.log .
How would I do this?
Thanks,
Chris
I'd like to grep for a string in particular set of files in a directory, without moving these files.
so I have in the diretory
chris1.log
chris2.log
chris3.log
chrisn.log
...
chris104.log
I'd like to find the string only in chris50.log through to chris60.log .
How would I do this?
Thanks,
Chris