Search Results

Search: Posts Made By: sekar sundaram
2,448
Posted By sekar sundaram
i saw those things but i am waiting for some more...
i saw those things but i am waiting for some more replies..

and i like to know about moderators some more.. like whether they worked for some unix flavors or their papers presented..like that...
2,448
Posted By sekar sundaram
sorry for my spell mistakes ------------- ...
sorry for my spell mistakes
-------------
what you (unix.com moderators) will did and doing now?
-------------
should be
what you did and doing now?
2,448
Posted By sekar sundaram
about moderators..
sorry to ask this question(if u find difficulty):

what you (unix.com moderators) will did and doing now?
ie how u r selected as a "moderator" for unix.com
and is unix.com is what ur full time...
3,377
Posted By sekar sundaram
sorry..first post is not clear... i want to...
sorry..first post is not clear...
i want to change my "user name"..that is what showing in the "welcome".
is it possible..
please i like to change my user name...i want to use some nicks..
4,540
Posted By sekar sundaram
"-i " not available...
---------------------------------------------
$ sed -i -e 's/sekar/SEKAR/g' test.log
sed: illegal option -- i
Usage: sed [-n] [-e script] [-f source_file] [file...]...
4,540
Posted By sekar sundaram
how to search for a str and replace it..
in my file, i like to search for a string and if there is a match then i want to replace it with someother string(like in windows wordpad).
i only know how to search for a pattern....[ if( /pattern/...
2,397
Posted By sekar sundaram
simple script to find the number of "tab"s...but,...
------------------------------
$x=" hi";
$tabspace=0;
while ($x =~ /\t/g )
{
$tabspace++;
}
print $tabspace;
---------------------------------

1.)when i tried it without "g" ($x =...
4,621
Posted By sekar sundaram
xml::simple version problem...
i did ppm in the cmd prompt and in ppm shell

PPM> version
2.2.0
PPM> query
---------
---------
XML-Parser [2.27 ] A Perl module for parsing XML documents
XML-Simple [2.09 ]...
4,621
Posted By sekar sundaram
i just refered the link: ...
i just refered the link:
http://www.cpan.org/modules/INSTALL.html

but instead of using this..
"If you're running Windows 95 or NT with the ActiveState port of Perl, "

we used:
"If you're...
4,621
Posted By sekar sundaram
perl module installation problems... experts advice needed,...
----------
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
----------in win 2000 advanced server,..

i am somewhat comfortable with...
3,883
Posted By sekar sundaram
solution
after some search i got the solution.
for information of others i am replying to my post itself..

i think with system command we cant get the stderr separately.
----------------
Why can't I get...
4,560
Posted By sekar sundaram
how to write stderr in a subroutine log file?..
perl 5.6.1 in win2000:

my program uses a subroutine which will write log file. i will call that sub routine like this
&log_message("the file $inputfile opened");

what should i do to write...
9,350
Posted By sekar sundaram
perl "system" cmd return values..
perl 5.6.1:

when i try a "system" command(with if loops for $?), i get this:

child exited with value 1


what is meant by this $? values and what does it meant if it returns 1?..
3,883
Posted By sekar sundaram
passing "stderr " to a subroutine..
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
-----------
i thought to pass the stderr to the subroutine which writes in a log file..

when i use
&log_message(\*STDERR);

in the log...
2,111
Posted By sekar sundaram
thanks cbkihong, thats interesting... got...
thanks cbkihong,

thats interesting...
got great ideas...
thanks..
4,509
Posted By sekar sundaram
still there is a question..
thanks once again cbkihong,
got some ideas,.. but still..

in perl, unix,

write a program, give chmod -577 program, set the PATH variable with program's path.
after that we can run the...
2,111
Posted By sekar sundaram
scripting....guru's help needed
perl guru's,

what i think is, not simply writing a script...i like to write a script which must take less time to run and less memory use..i like to fine tune my program...

for ex, my...
4,509
Posted By sekar sundaram
runnig a perl program from a different dir..
hi,

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
in win2000advanced server,...

i have all my perl programs in d drive..
i like to run perl programs from a different drive(ex : c...
4,598
Posted By sekar sundaram
how to change "set" values in perl, windows...
i am using perl in win2000advanced server...
---------------------------
perl -version:
---------------------------
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered...
4,394
Posted By sekar sundaram
sub routine call
in windows machine...

C:\2\test>perl -version

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)...
2,627
Posted By sekar sundaram
ok fine and thanks... actually my first mail...
ok fine and thanks...

actually my first mail was deleted...

i wrote that my first thread for a long time and when i posted that, within seconds i got answer from gollum....i was amazed..
...
2,950
Posted By sekar sundaram
thanks vino, that is working fine.. ...
thanks vino,

that is working fine..

grep -v .....is available in hpux 11i
2,627
Posted By sekar sundaram
ok fine... and still i like to know... how...
ok fine... and still i like to know...

how gollum answerd to my question?...
i remember, i posted that thread some topics only...

is it possible sometimes that gollum may reply to any thread...
2,950
Posted By sekar sundaram
grep and cut....
hi,

i have a simple question:

in hpux 11i;

this cmd :
cat mailtest |grep sekar >test1

gives the output file with the name test1.

i want to remove the line which contains the...
Forum: Programming 10-23-2005
5,649
Posted By sekar sundaram
source code of a shell?..
1. whether source code of shells is available in unix systems itself or not?
2. if yes how to get it?..
3. if no, where i can find it,.. any links...
Showing results 1 to 25 of 44

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