Search Results

Search: Posts Made By: kalyanraj
20,859
Posted By kalyanraj
one process has sh -c at the beginning of...
one process has sh -c at the beginning of /usr/bin/perl /opt/finance/bin/generate-report $urid 2>> /opt/finance/logs/sge-stderr.log at the beginning and actual program...
20,859
Posted By kalyanraj
redirect output to log file
hello all,

I'm invoking the program generate-report using backticks from my perl program and redirecting the output to the log file sge-stderr.log. But when i check the process using ps command it...
21,561
Posted By kalyanraj
hi, I modified my ~/.profile file and it...
hi,

I modified my ~/.profile file and it worked for me.

Thanks,
Kalyan
21,561
Posted By kalyanraj
Need to run source .bashrc everytime
hi all,

I've included some variables in my .bashrc file. But everytime i'm logging in i need to source my .bashrc file to make effect of my variables.

i'm having an account on a highly secured...
69,218
Posted By kalyanraj
I'm assuming that I can accomplish this in Perl ...
I'm assuming that I can accomplish this in Perl

In Perl we can use

sleep EXPR or sleep.

In the former, Causes the script to sleep for EXPR seconds and in later script sleeps forever if no...
48,105
Posted By kalyanraj
hi, The following can be accomplised using...
hi,

The following can be accomplised using Perl script also

[code]
open(i,"<$filein") || die "Can't open $!\n ";
while (!eof(i)) {
$line = <i>;
push @temp, $line;
}...
Showing results 1 to 6 of 6

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