![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| multiplication shows syntax error | sonicstage | UNIX for Dummies Questions & Answers | 4 | 1 Week Ago 08:21 AM |
| Multiplication Station 0.5.2 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-17-2008 04:40 AM |
| Multiplication Station 0.5.0 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-11-2008 09:20 AM |
| Simple multiplication problem | greekozz | UNIX for Dummies Questions & Answers | 8 | 07-06-2007 06:32 AM |
| How to display fractions of a second in UNIX | GNMIKE | Shell Programming and Scripting | 2 | 07-31-2005 09:19 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Multiplication with Fractions
Hello there,
how do i multiply a fraction and a whole number? Example 20% of 50,000. I had gotten 0.2 using the following: chk=echo 20 100 | awk `{print $1/$2}` echo $chk $chk \* 50000 displays the error: non-numeric expression. |
| Forum Sponsor | ||
|
|