|
Vishnu:
I tried using tail -f log_X | grep n >> log_Y yesterday...it DID NOT work. I also tried a tail -f log_X | grep n >! log_Y. No go.
The reason I am using tail -f is because I want this to be a "real-time monitor". Once "n" appears, I need it to notify me.
Any other ideas?
TYIA
|