Search Results

Search: Posts Made By: rrd1986
3,030
Posted By rrd1986
How to handle 64 bit arithmetic operation at 32 bit compiled perl interpreter?H
Hi,
Here is the issue. From the program snippet I have Base: 0x1800000000, Size: 0x3FFE7FFFFFFFF which are of 40 and 56 bits. SO I used use bignum to do the math but summing them up I always...
1,043
Posted By rrd1986
perl regex issue
Hi,
I find it really strange while writing a simple regex to match and print the matched string,


dibyajyo@fwtest:~ #perl -e '$x = "root@rashmi>"; print "matched string:$1\n" if ($x =~...
996
Posted By rrd1986
how to use the filehandle stored in a variable without knowing its file association
how to use the filehandle stored in a variable without knowing its file association i.e. the filename

code

my $logFH = $connObj->get('logFH');
infoPrint("Variable is of type IO \n")...
1,616
Posted By rrd1986
Seems like I had commited a crime.....
Seems like I had commited a crime.....

@DukeNuke2; may I know, which part of my post was so compelling to comment that I was not nice in there. I might had been a little arrogant posting such...
1,616
Posted By rrd1986
need perl script to get a comprehend statistic of network activity in a LAN
need perl script to get a comprehend statistic of network activity in a LAN.
The purpose is to get each indivisual data usages statistics so that I can determine who is doing the network congestion...
3,733
Posted By rrd1986
Thanks Chubler 4 ur reply
Thanks Chubler 4 ur reply.. But what I am tryin to achive here is to generate a report which comes as a minimum of 30 pages with page no indexing and with [ write $DOF, $V, $SV, $S; ] I can get the...
3,733
Posted By rrd1986
how to get the Format header in perl in different color
Now here is the problem
how to get the Format header in perl in different color.


format RPT_TOP=
DINISO EXECUTION REPORT
@<<<<<<<<<<<<< ...
29,938
Posted By rrd1986
hi 1st thing u r doing wrong is after ftp login...
hi 1st thing u r doing wrong is after ftp login through the "<<" operator you r trying to execute some sort of code say for loop here which is beyond the ftp session scope.
9,304
Posted By rrd1986
shell script for monitoring users activities
hi I need a shell script which runs perpetually in background and monitors different aspects of different users on different files and their usages

for example say there r 3 users

so i want...
1,672
Posted By rrd1986
thanks for givin a look. I want to 1....
thanks for givin a look.

I want to
1. Making it executable and available for others to run
2. Secondly if I have a shell script say script.sh, how could I get to know its usages like what we...
1,672
Posted By rrd1986
Display the use of my script like "use some unix command or script"
Hi guys,
just want to know if I want to display the use of my script like "use some unix command or script", what need to be done !!!!!!!!!!!!


ny thoughts r appreciated......
4,127
Posted By rrd1986
while puting shell variable in mysql command value does not interpolate
port=$(ssh tms6@$x cat /tms6/scripts/start.lc.sh | grep -P '^\/tms6\/bin\/lc' | cut -d' ' -f3 | cut -b 3-6)
tpsip=$(ssh tms6@$x cat /tms6/scripts/start.lc.sh | grep -P...
2,423
Posted By rrd1986
Enter the command to capture output--help
[ -z $@ ] && echo "PLEASE enter the command to capture output" || echo "Processing your command manual"
x=$#
echo $x
while [ $x -ge 1 ]
do
while...
2,855
Posted By rrd1986
plz explain the execution flow
CODE


file=/tmp/rap54ibs2sap.txt
trap "rm $file; exit" 0 1 2 3 15
trap
rm $file


execution result

trap -- 'rm /tmp/rap54ibs2sap.txt; exit' EXIT
trap -- 'rm /tmp/rap54ibs2sap.txt;...
32,433
Posted By rrd1986
How to check MTA mail transfer agent works properly
Plz help how to check/configure MTA..........
32,433
Posted By rrd1986
Shell script for sending automatic email to personal mail id
hi guys,

I need a shell script to send mail automatically to my personal mail id like xxxx@hotmail.com but while experimenting with "mail" command I faced following problems.

cat text1.txt |...
164,291
Posted By rrd1986
thanks
thanks buddy for posting that thread.

but I am afraid that i dont have acrobat reader in my system.
In that case can u plz suggest me how to know the CLI command for any application in...
164,291
Posted By rrd1986
How to open a pdf file from terminal?
how to open a .pdf file from terminal not using gpdf

I work on fedora 12 and default application assigned for viewing the pdf files is document-viewer
Showing results 1 to 18 of 18

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