> Hi all,
> Write a shell script which reads in three numbers as arguments from the keyboard,
> compare them, and list them in an ascending order.
> [$] ./script2
> Enter three numbers: 20 10 85
> Your numbers in ascending order are: 20 30 85
Uhhh, folks - should we really be doing this persons homework for them?
I'm all for giving people a helping hand, but in this persons postings
there's been no attempt to do the homework themselves and they've been
getting pretty complete solutions. In fact, the solutions are so precise
that if they hand this in, it'll be a red flag to their professor that
they didn't do it themselves, especially when they can't explain in
detail what the scripts do.
Ed.