Search Results

Search: Posts Made By: vishal_vsh1
32,634
Posted By methyl
I would be surprised if you had just one mail...
I would be surprised if you had just one mail server in a Corporate environment.
Best guess (without knowing much about your environment) is that the SMTP front-end server was not overloaded and was...
32,634
Posted By methyl
First check with the unix mailq command to see if...
First check with the unix mailq command to see if the mail is still queued on your server. If it isn't, then this is just a temporary overload on the SMTP email server upstream of your server. The...
3,781
Posted By chihung
One-liners are to impress people the power of...
One-liners are to impress people the power of UNIX.

Let me try to break them down into multi-line with comments so that you can appreciate the real power

awk '
# for every odd record number...
11,162
Posted By Scrutinizer
Hi Vijay, this is called parameter expansion...
Hi Vijay, this is called parameter expansion (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02).
4,063
Posted By skar_a
If you are sure that the error lines will always...
If you are sure that the error lines will always have an INFO at the end, you may use:

awk '/ERROR/,/INFO/{ if( $0 !~ /INFO/ )print }' infile
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 06:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy