Results 1 to 4 of 4
how find largest number? in shell script...
- 07-18-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 1
largest number
how find largest number? in shell script
- 07-18-2008 #2
Hi and Welcome !
Could you explain a bit more? Is it a homework assignment?
I would suggest you to check LinuxCommand.org: Learn the Linux command line. Write shell scripts.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-19-2008 #3Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
There is no largest number - that's what infinity is all about.
- 07-20-2008 #4Just Joined!
- Join Date
- Jul 2008
- Posts
- 8
Yeah, easily proved by induction ^^
Are you talking about maximum values for certain data types (like int, long etc.)?


Reply With Quote