Search Results

Search: Posts Made By: vaibhav
1,898
Posted By vaibhav
Running script in background
Hi,
I wrote a KSH script and running it on HP-UX machine
I am running one script in background.
My script is at location
$HOME/myScript/test/background_sh

When I view my script in background...
2,913
Posted By vaibhav
My default shell is tcsh and i am running this...
My default shell is tcsh and i am running this script on HP-UX
2,913
Posted By vaibhav
Query regarding ksh
I wrote a script in ksh as follow:

echo "Hello"

if [ $# -eq 0 ]; then
echo "bye"
else
echo "Welcome"
fi

i ran this script two time with different syntax like this:
...
3,396
Posted By vaibhav
Information regarding Unix certification course
Hi,
Can you please let me know about the unix certification courses?
Also please send me link where i can find this information.

Regards,
Vaibhav
4,354
Posted By vaibhav
Perl problem
Hi There,

I am writing a perl script in which i want to do something like this:

for $line ( `cat /etc/passwd | grep 'sbcuser'`){
print "1. Hi $line \n";
$usr=`cut -f1 -d':'...
4,354
Posted By vaibhav
mmap() failed problem
Hi There,
I am getting a vieared problem while building my code: problem is as follow:
/usr/lib/dld.sl: Call to mmap() failed - TEXT /oravl01/oracle/9.2.0.7/lib32/libclntsh.sl.9.0
/usr/lib/dld.sl:...
2,340
Posted By vaibhav
Info required for tcsh script
Hi All,

Is it possible to "switch" like this in tcsh?

switch ( "$var" )
case "1" || "2" :
set something
breakesw
case "4" || "5" || "6" :...
2,340
Posted By vaibhav
Perl script strange problem
Hi All,
I have one strange problem in perl script. Bellow is the contents of the script i am trying to write:

#!/usr/local/bin/perl

my $module_list = '';
my @running_module;
my $count=0;
my...
4,354
Posted By vaibhav
Perl problem
Hi All,


How can i use "echo" command in perl?

Let suppose i set one variable $usr_info = abc /def/ghi/abc

now want get the out put /def/ghi/abc in variable my_path using command like this...
4,354
Posted By vaibhav
Hi Greg 10X, your advice worked regarding the...
Hi Greg 10X,
your advice worked regarding the perl script. :)
4,354
Posted By vaibhav
Perl Scripting
Hi,
I want to use the mailx command or sendmail command in perl script.
I am trying this one and getting error:

system "mailx -s \"Test mail\" $ar1";

Error:

The flags you gave are used...
Showing results 1 to 11 of 11

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