/ Published in: Bash
Expand |
Embed | Plain Text
find /usr/local/www/logs/. -name \*activity-based\*access\* -mtime -100 -print |sort | xargs cat | grep ActivityBar.application | grep "\-...\-"
You need to login to post a comment.
find /usr/local/www/logs/. -name \*activity-based\*access\* -mtime -100 -print |sort | xargs cat | grep ActivityBar.application | grep "\-...\-"
You need to login to post a comment.