Search Results

Search: Posts Made By: Ferocci
Forum: Red Hat 07-08-2014
5,703
Posted By neutronscott
The problem is RHEL6.5 uses an older version of...
The problem is RHEL6.5 uses an older version of libc. You can't (easily) get multiple versions to coexist. You'll end up having to compile glibc 2.15 to get that binary to work anyway, so I'd suggest...
5,242
Posted By Yoda
awk '!NF{c=0;print;next}++c<=3' file
awk '!NF{c=0;print;next}++c<=3' file
5,242
Posted By CarloM
If you have GNU awk, try: $ awk '{print $1 OFS...
If you have GNU awk, try:
$ awk '{print $1 OFS $2 OFS $3}' RS='\n \n' ORS='\n \n' FS='\n' OFS='\n' file
SRVXPAPI001 ERRO JUN24 07:28:34 1775
REASON= 0000, PROCID= #E506 #1065:...
Showing results 1 to 3 of 3

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