The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Function Recursion Shift Problem nuvpal UNIX for Dummies Questions & Answers 10 03-12-2009 12:36 PM
Recursion joshighanshyam High Level Programming 5 12-03-2008 12:15 PM
Help Help Help in recursion murtaza Shell Programming and Scripting 6 03-29-2007 10:26 AM
Problem with recursion in subdirectories scotty_123 Shell Programming and Scripting 5 03-11-2007 05:51 AM
recursion gsjf Shell Programming and Scripting 1 08-26-2002 12:22 AM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 07-21-2009
mac4rfree mac4rfree is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 168
recursion script problem

Hi Guys,,

I tried to create a recursive function in unix.
The following is the code.

Code:
#/bin/sh

function(){
n=$1;

if [ $n -eq "0" ]; then

out=1;
echo "inside if for 0";

else
out = `$n * function "$n-1"`;
echo "inside if for $n-1;
fi

echo out;
}

input=$1;
echo "$input";
function "$input";
But it is giving an error.This is the error "function()recurs.ksh[3]: 0403-057 Syntax error at line 3 : `(' is not expected."

Can you please help me in debugging it.

Thanks for ur help in advance,,
Regards,
Magesh.

Last edited by vgersh99; 07-21-2009 at 07:13 AM.. Reason: code tags, PLEASE!
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 02:56 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0