<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If I understand correctly, you can pipe your output to: `awk '{a=$1} {if<br>

(a > 3)   print a}''. `a' is awk variable. `$1' is first column of awk<br>
input so you probably need to change it.<br>
<br>
<br></blockquote>Thank you for your message . Yes , you are right . I really need to filter out that CallId with number of occurances say less than three. But your command is not getting through on my centos . Please correct me.<br>
<br>
</div><br>