Search the web
Sign In
New User? Sign Up
linux-bangalore-programming · LB Programming Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7169 - 7198 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7169
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...
Karthik Parashar
karthik_n_pa...
Offline Send Email
Jun 1, 2006
5:43 pm
7170
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Jun 1, 2006
10:02 pm
7171
... http://www.br.kernel.org/pub/linux/devel/gcc/gcc-2.7.2.3/ Associated toolchain anybody..? -- Laxminarayan Kamath Ammembal (+91) 9342287956 ...
Laxminarayan Kamath
kamathln
Offline Send Email
Jun 2, 2006
5:21 am
7172
... http://www.google.co.in/search?q=gcc-2.7+%22index+of%22+rpm+OR+i386+OR+deb -- Laxminarayan Kamath Ammembal (+91) 9342287956 laxminarayan@... ...
Laxminarayan Kamath
kamathln
Offline Send Email
Jun 2, 2006
5:21 am
7173
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...
Send Email
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...
REDHAT LOVER
iwantobecome...
Offline Send Email
Jun 14, 2006
6:41 am
7175
... 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 ...
Srinath Venkataramani
srinath1076
Offline Send Email
Jun 14, 2006
6:53 am
7176
... 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@...
Send Email
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...
Send Email
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...
Anil Gulecha
anilgulecha
Offline Send Email
Jun 24, 2006
7:45 am
7179
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....
Chandan.R
r_chandan2001
Offline Send Email
Jun 24, 2006
4:43 pm
7180
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...
sridhar.iyer
Online Now Send Email
Jun 27, 2006
8:50 am
7181
... 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 =...
Srinath Venkataramani
srinath1076
Offline Send Email
Jun 27, 2006
9:17 am
7182
... 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...
Philip Tellis
philiptellis
Offline Send Email
Jun 27, 2006
9:23 am
7183
... 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...
Philip Tellis
philiptellis
Offline Send Email
Jun 27, 2006
9:24 am
7184
... If you are doing something like "cat file | blah ..", you could possibly be doing it as "blah .. file"; Regards, Kiran Kumar Immidi కిరణ్...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Jun 27, 2006
10:09 am
7185
... right. pipes are just a purer way of KISSing. -- HOLY MACRO!...
Philip Tellis
philiptellis
Offline Send Email
Jun 27, 2006
10:49 am
7186
... What is that? Regards, Kiran Kumar Immidi కిరణ్ కుమార్ __________________________________________________ Do You Yahoo!? Tired of...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Jun 27, 2006
11:23 am
7187
... RTFM :P -- Delta: The kids will love our inflatable slides. -- David Letterman...
Philip Tellis
philiptellis
Offline Send Email
Jun 27, 2006
12:23 pm
7188
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...
yugandhar_gv
Offline Send Email
Jun 27, 2006
1:36 pm
7189
... From: sridhar.iyer <iyer.sridhar.v@...> To: linux-bangalore-programming@yahoogroups.com Sent: Monday, 26 June, 2006 11:16:52 PM Subject: [blug-prog]...
Rajiv
rajiv_poddar
Offline Send Email
Jun 27, 2006
1:50 pm
7190
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...
hariharan
rhariharan7
Offline Send Email
Jun 27, 2006
2:06 pm
7191
... Now That is elegant... thanks. Best, Sridhar...
sridhar.iyer
Online Now Send Email
Jun 28, 2006
3:11 am
7192
On Wed, 28 Jun 2006 04:03:54 +0530, sridhar.iyer ... umm ... sed -ne 'x,yp' << file -- b -- Using Opera's revolutionary e-mail client:...
Biju Chacko
Biju_Chacko
Offline Send Email
Jun 28, 2006
3:53 am
7193
... 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...
Philip Tellis
philiptellis
Offline Send Email
Jun 28, 2006
5:52 am
7194
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
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...
Send Email
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...
Rajesh Bhattacharya
bhatta_net
Offline Send Email
Jul 5, 2006
10:37 am
7197
Hi All, I am trying to build and install gcc-3.4.3 and following is the error I get. I have no clue from where to start the troubleshooting. ...
A
atul_tyagi261
Offline Send Email
Jul 9, 2006
2:31 am
7198
... 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...
Biju Chacko
Biju_Chacko
Offline Send Email
Jul 10, 2006
4:39 am
Messages 7169 - 7198 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help