![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Warnings in AIX | vin_pll | AIX | 1 | 04-24-2009 12:38 AM |
| Not getting warnings!! | amit_27 | SUN Solaris | 0 | 02-09-2009 09:49 AM |
| Suppress awk warnings | kdelok | Shell Programming and Scripting | 1 | 07-29-2008 01:53 PM |
| need to extract warnings and cautions | ScotRite | Shell Programming and Scripting | 4 | 05-04-2008 09:21 PM |
| Sysback Warnings | daveisme | AIX | 2 | 01-09-2008 10:50 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
delete to end of formatted warnings using sed or cut...
hi, i've searched the forums' entries and have tried some of the examples -- to no avial -- this is my first post -- thanks in advance for your help...
As part of an installation program -- i'm receiving two(2) extraneous "libcxb WARNING!" statements -- i want to use sed to eliminate the appearance of these warnings... The warnings appear as follows: libxcb: WARNING! Program tries to unlock a connection without having acquired a lock first, which indicates a programming error. There will be no further warnings about this issue. libxcb: WARNING! Program tries to lock an already locked connection, which indicates a programming error. There will be no further warnings about this issue. Note, the warnings appear to be formatted in such a way that the 2nd & 3rd lines in each warning always appear in the same position. Nevertheless, I want to eliminate the entire warning, i.e., everything from libxcb: to ...about this issue. Could some please help... thx very much! |
| Bookmarks |
| Tags |
| cut, sed |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|