Hi, I desperately need gcc 2.7.3.2 or below binaries (i cant compile them using the gcc 3.x.x !!) and also the associated tool chain, compiled for i386. If any...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jun 4, 2006 4:45 pm
7174
Dear All Group Members, I have assign some value in some shell script but during time by time its value is changing i want to update its current value to...
... value is changing i want to update its current value to original assign value. I don' t quite understand what u wanna achieve here. Probably u r not very ...
... OP wants to change the value of the variable as a function of time. Suppose the value of A is 100 at 12 noon, at 5 PM it should reduce to 70. One way...
Nadeem M. Khan
nadeem.m.khan@...
Jun 14, 2006 1:29 pm
7177
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jun 18, 2006 1:21 pm
7178
Hello all. I'm creating a module to generate a shell script to ombine files into a single file. I used to do this in windows using the command: copy...
cat file.part1 file.part2 file.part3 > file The above command can be used for concatinating multiple files. "read -n 1" - waits until some character is typed....
Is there a simple command to print lines from a file if the line numbers are given? I want to print a file from line x to line y. How to do it? I have been...
... to do it? ,_._,___ Many ways of doing this. If u r comfortable with Perl, u can try this: #!/usr/bin/perl use strict; my $start=$ARGV[0]; my $stop =...
... sed: cat file | sed -ne 'x,yp' perl: cat file | perl -ne 'print if x..y' -- "Regardless of the legal speed limit, your Buick must be operated at speeds...
... if you're comfortable with perl, you shouldn't be writing so much code. -- Why should I have to work for everything? It's like saying that I don't deserve...
Hello all, How can i create menu application on a panel in linux. i.e i want to create a menu application just like start menu in panel and add sub menu to...
Hi, Is there any restrictions on what you can use? I have used awk here. Maybe sed will also help. Not sure though. #!/bin/bash #Pass 3 values: starting...
... surely you meant < file Both examples would be slow on large files though, so I'd modify the code slightly to be like this: sed -ne 'x,yp;yq' on a 160MB...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jul 1, 2006 5:04 pm
7195
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jul 2, 2006 3:38 pm
7196
I am using SuSE Linux 9.3 (i586) (kernel: 2.6.11.4-20a-smp) to build a couple of proprietary loadable modules. In the linking stage I get warnings of...
... Install compat-* rpms from the distro CDs and then export CC='gcc32'. gcc is not guaranteed to build with newer versions and FC5 ships a 4.1.x compiler...