[CentOS] how to separate individual logs?

cybernet cybernet2u at yahoo.com
Tue Nov 30 08:09:05 UTC 2010


can you please tell what that command does ?:))



________________________________
From: hadi motamedi <motamedi24 at gmail.com>
To: CentOS mailing list <centos at centos.org>
Sent: Tue, November 30, 2010 6:52:30 AM
Subject: Re: [CentOS] how to separate individual logs?

On 11/29/10, John Doe <jdmls at yahoo.com> wrote:
> Here is "The Power of CentOS"!!!  (in approximately 3 minutes...)
>
> cat edit.txt | while read LINE; do
>   echo "$LINE" | grep -q '>\.\.'
>   if [ $? -eq 0 ]; then
>     LOGFILE=`echo $LINE | cut -d' ' -f1`.log
>   else
>     echo "$LINE" >> $LOGFILE
>   fi
> done
>
> JD
>
Thank you very much for your help. I tried for your code but I am
receiving the following error:
-bash:[1:command not found
-bash:$LOGFILE:ambiguous redirect
Can you please correct me?
_______________________________________________
CentOS mailing list
CentOS at centos.org
http://lists.centos.org/mailman/listinfo/centos



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20101130/805a3241/attachment.html>


More information about the CentOS mailing list