Little Help Please...?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Little Help Please...?
# 1  
Old 09-18-2006
Lightbulb Little Help Please...?

I'm still new in Unix programming using shell..so i'll like to know how to compare the virables then dispaly it..as example..compare a list of price and dispaly the most cheap...anyone...please....tq Smilie
# 2  
Old 09-18-2006
with a litle bit of searching, you can learn shell programming
here
# 3  
Old 09-18-2006
Shell programmin is in a lot of cases very similar like C language or other imperative language that you know. Think what you want the program does, write and finally y could be work. Answering your question, i provably use two vars, the first one to allocate the less prize and in the second the product, then you only need to output the second var.
# 4  
Old 09-19-2006
thanks...

Can u suggest me the best source to solve my problem......??? i actually have read book bout this but i can't still find the solution to my problem...Anybody here have the suggestion??? Smilie Smilie Smilie
# 5  
Old 09-19-2006
Quote:
Originally Posted by tyco06
I'm still new in Unix programming using shell..so i'll like to know how to compare the virables then dispaly it..as example..compare a list of price and dispaly the most cheap...anyone...please....tq Smilie
oke mij best
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question