how to calculate simple interest


 
Thread Tools Search this Thread
Operating Systems AIX how to calculate simple interest
# 1  
Old 12-18-2005
how to calculate simple interest

can u help me with this
# 2  
Old 12-19-2005
Um... Could You Be More Vague

Are you looking for a shellscript to calculate interest? Would this be something like you are looking for?

http://www.intuitive.com/wicked/show...29-loancalc.sh
# 3  
Old 01-03-2006
very simple code

if u want a ver sinple code.... here it is:

#! /sbin/ksh

read p,n,r

si=`expr $p \* $n \* $r \\ 100`

echo "Simple intrerest is $si "
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

Career Interest

Hi, I am not sure which was the right section under which I could have posted this question, so I landed up here. I also know for a fact that this website is not a career conselling website, but there are certain questions that are puzzling me these days.:):) and some guidance... I have 3... (0 Replies)
Discussion started by: TH3M0Nk
0 Replies

2. Shell Programming and Scripting

Calculate age of a file | calculate time difference

Hello, I'm trying to create a shell script (#!/bin/sh) which should tell me the age of a file in minutes... I have a process, which delivers me all 15 minutes a new file and I want to have a monitoring script, which sends me an email, if the present file is older than 20 minutes. To do... (10 Replies)
Discussion started by: worm
10 Replies

3. Post Here to Contact Site Administrators and Moderators

irix special interest forum?

is anyone else interested in an IRIX special interest forum like you have for some other unix varients. (3 Replies)
Discussion started by: spowers42
3 Replies

4. News, Links, Events and Announcements

Something of interest, maybe?

People that are interested in Unix security and the like might want to check out my site http://dusty.b33r.net/ Im offering free shell accounts, web hosting as well as that I am setting up some wargames similar to those over at http://www.pulltheplug.org/ infact im hosting blackhole for them. At... (4 Replies)
Discussion started by: dusty20
4 Replies

5. Post Here to Contact Site Administrators and Moderators

Special interest Forums

Neo, i noticed that you have created a solaris forum, which i think is a good idea. i have an idea to extend upon this concept. right next to the solaris forum, there would be an HP-UX forum, an AIX forum, a Linux forum and so on. members could post their platform specific posts in the... (1 Reply)
Discussion started by: norsk hedensk
1 Replies
Login or Register to Ask a Question