M.Lewis wrote:
I thought this was simple, but I've not yet been able to figure out what is wrong.#!/bin/sh PERMINUTE=$((28.95/432000))
No floating point support :-) But even then, be liberal with spaces PERMINUTE=$(( 29 / 432000 )) -Andy
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature