Search Results

Search: Posts Made By: roopla
3,338
Posted By roopla
Please post your script
Please post your script so that we can troubleshoot
14,592
Posted By roopla
Can you run the script as standalone successfully...
Can you run the script as standalone successfully without cronjob. That way, atleast we know, it's not script problem
14,911
Posted By roopla
for i in "`cat test`" do echo $i ls -l "$i"...
for i in "`cat test`"
do
echo $i
ls -l "$i"
done
33,278
Posted By roopla
shell_var=`$ORACLE_HOME/bin/sqlplus -S...
shell_var=`$ORACLE_HOME/bin/sqlplus -S test/passwd@service > ${logfile} 2>&1 << EOF
SET FEED OFF;
SET TERMOUT ON;
SET VERIFY OFF;
SET...
1,383
Posted By roopla
try with back slash charcter \ before $$ like ...
try with back slash charcter \ before $$
like
echo \$$

That should take care of the problem
10,472
Posted By roopla
fixed length fields in awk
I am trying to display df -h command out in proper format, how can I display
each field of each record in a fixed length.
2,456
Posted By roopla
callint Kshell script from bash default shell
I am trying to set some environment variables in a shell script which is written in Kshell. I am invoking this script in .profile. The problem is envirnment variables are set within the script but...
Forum: AIX 07-11-2006
2,734
Posted By roopla
This script just test the number of parameters...
This script just test the number of parameters passed to the script. If number of parameters passed is less than 1, it displays 'Message' otherwise does nothing

Hope it helps
Showing results 1 to 8 of 8

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