Search Results

Search: Posts Made By: Ferocci
1,073
Posted By Ferocci
Need to add code to hundreds of .html files
Need assistance to add code to hundreds of .html

Code will look like below and needs to be added below <html> tag:



<script>

Some .js code here

</script>



This will be used in...
Forum: Red Hat 07-10-2014
5,690
Posted By Ferocci
Oh, ok... I requested that to provider and said...
Oh, ok... I requested that to provider and said it was a mess and recommended me to upgrage my system. I'll try it from another linux distribution...
Forum: Red Hat 07-10-2014
5,690
Posted By Ferocci
Hello Corona688, I have below glibc rpm's...
Hello Corona688,

I have below glibc rpm's and sources, which one would do the magic??

$ ls -ltrh
total 185M
drwxrwxr-x. 68 root root 4.0K Jul 27 2010 glibc-2.12.1
-rw-r--r--. 1 feroz...
Forum: Red Hat 07-10-2014
5,690
Posted By Ferocci
Hello neutronscott, I requested compilation,...
Hello neutronscott,

I requested compilation, but did not work. Recommendation is to upgrade my system.

Thanks.
Forum: Red Hat 07-08-2014
5,690
Posted By Ferocci
./Vega6: /lib/libc.so.6: version `GLIBC_2.15' not found (required by ./Vega6)
Hello,

I am trying to run a chess pairing program called Vega Chess on RHEL 6.5 Server

$ uname -a
Linux CDMA 2.6.32-431.el6.i686 #1 SMP Sun Nov 10 22:20:22 EST 2013 i686 i686 i386 GNU/Linux
$...
5,064
Posted By Ferocci
Hello gandolf989, Tried your command with no...
Hello gandolf989,

Tried your command with no luck at all, maybe I am doing something wrong:

$ egrep -A3 "^$" | grep -v "^$"
^C
$ egrep -A3 "^$" 20140624-swerrs| grep -v "^$"
$ egrep -A3 "^$"...
5,064
Posted By Ferocci
Thank you Yoda and CarloM Yoda awk...
Thank you Yoda and CarloM

Yoda
awk '!NF{c=0;print;next}++c<=3' 20140624-swerrs

CarloM
awk '{print $1 OFS $2 OFS $3}' RS='\n \n' ORS='\n \n' FS='\n' OFS='\n' 20140624

Both codes did the...
5,064
Posted By Ferocci
Need a program that read a file line by line and prints out lines 1, 2 & 3 after an empty line...
Hello,

I need a program that read a file line by line and prints out lines 1, 2 & 3 after an empty line... An example of entries in the file would be:

SRVXPAPI001 ERRO JUN24 07:28:34...
Showing results 1 to 8 of 8

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