* [Comm] bash
@ 2006-09-04 15:16 Andrey Konovalov aka Krapa
2006-09-04 18:19 ` Yura Kalinichenko
0 siblings, 1 reply; 3+ messages in thread
From: Andrey Konovalov aka Krapa @ 2006-09-04 15:16 UTC (permalink / raw)
To: community
Здравствуйте. Как вот такую штуку полаконичнее реализовать?
Выделить из файла nauivrd.log строчки, в которых содержатся
выражения "2005/07/19 09:00" и "/ivr/common", но не
содержится "try_transfer". Результат поместить в файл sample_nauivrd.log
--
Мы видим сны не для того, чтоб просыпаться, поэтому - пока...
ICQ:295374679
Jabber:krapotkin@jabber.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] bash
2006-09-04 15:16 [Comm] bash Andrey Konovalov aka Krapa
@ 2006-09-04 18:19 ` Yura Kalinichenko
2006-09-04 19:58 ` Andrey Konovalov aka Krapa
0 siblings, 1 reply; 3+ messages in thread
From: Yura Kalinichenko @ 2006-09-04 18:19 UTC (permalink / raw)
To: krapa666, ALT Linux Community
В Пнд, 04/09/2006 в 21:16 +0600, Andrey Konovalov aka Krapa пишет:
> Здравствуйте. Как вот такую штуку полаконичнее реализовать?
>
>
> Выделить из файла nauivrd.log строчки, в которых содержатся
> выражения "2005/07/19 09:00" и "/ivr/common", но не
> содержится "try_transfer". Результат поместить в файл sample_nauivrd.log
>
grep -e "2005/07/19 09:00.*/ivr/common" nauivrd.log | grep -v "try_transfer" > sample_nauivrd.log
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] bash
2006-09-04 18:19 ` Yura Kalinichenko
@ 2006-09-04 19:58 ` Andrey Konovalov aka Krapa
0 siblings, 0 replies; 3+ messages in thread
From: Andrey Konovalov aka Krapa @ 2006-09-04 19:58 UTC (permalink / raw)
To: Yura Kalinichenko; +Cc: ALT Linux Community
В сообщении от 5 сентября 2006 00:19 Yura Kalinichenko написал(a):
> grep -e "2005/07/19 09:00.*/ivr/common" nauivrd.log | grep -v
> "try_transfer" > sample_nauivrd.log
Спасибо большое, Вы мне очень помогли.
--
Мы видим сны не для того, чтоб просыпаться, поэтому - пока...
ICQ:295374679
Jabber:krapotkin@jabber.org
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-04 19:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-04 15:16 [Comm] bash Andrey Konovalov aka Krapa
2006-09-04 18:19 ` Yura Kalinichenko
2006-09-04 19:58 ` Andrey Konovalov aka Krapa
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git