Похожие чаты

I have thousands lines of log files like this : 230.36.68.221

- Cruickshank6714 570 [2018-10-19T02:45:16Z] "GET /users/synthesize/applications/productize" 500 9438

(this line created by Flog)

I want to get http 500 status just from last 10 minutes . and i only have this script :
cat $file.log |awk '/500/{print NR,$0}' > $file.txt

what did i miss to get http 500 status just from last 10 minutes?

1 ответов

10 просмотров
Dede- Автор вопроса

how about this :

Похожие вопросы

Карта сайта