![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
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 multiplication problem | greekozz | UNIX for Dummies Questions & Answers | 8 | 07-06-2007 10:32 AM |
| How to display fractions of a second in UNIX | GNMIKE | Shell Programming and Scripting | 2 | 07-31-2005 01:19 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|