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 > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
multiplication shows syntax error sonicstage UNIX for Dummies Questions & Answers 4 08-07-2008 12:21 PM
Multiplication Station 0.5.2 (Default branch) iBot Software Releases - RSS News 0 05-17-2008 08:40 AM
Multiplication Station 0.5.0 (Default branch) iBot Software Releases - RSS News 0 02-11-2008 01:20 PM
Simple Scripting Problem felixwhoals Shell Programming and Scripting 3 12-16-2007 01:24 PM
simple Bourne problem pnxi Shell Programming and Scripting 5 09-09-2003 09:33 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-05-2007
greekozz greekozz is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 7
Simple multiplication problem

I'am doing a tutorial where a simple calculator was given, then i noticed that you can't actually multiply
this is how i have approached the problem so far. i just need if the user enters "*"
to change it to "/*" ,is it possible? i know that * means the name of the last file in the directory or something similar so are they conflicting?


Code:
function calculator()
{
firstN=$1
secondN=$3
result=0
operator=$2
 while [ $# -eq 3 ]
 do
  if [ "$operator" = * ]
   then
   $operator=\*
   fi

  result=$(( $firstN $operator $secondN ))
  echo "$result"
  return $result
 done
 echo "Usage: $0 number operator number"
 exit 1
 return
}

calculator $1 $2 $3

Last edited by greekozz; 07-05-2007 at 10:55 AM..
 

Bookmarks

Tags
perl, perl shift, shift, shift perl

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 04:03 AM.


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