On Sun, 20 Jul 2003, Jimmy wrote: > Hi > Good day to you. I need your advice to wrte a script > 1) stores the sum of A plus B in variable C > 2)Stores the difference of B minus A in variable C > > If A is 5 and B is 10. Please advice me on this issue pls . > Hope to hear from you soon.
-------------------- #!/bin/sh # set A to 5 # set B to 10 # set C to A plus B # set C to B minus A -------------------- Tree falling in the woods... Tree falling in the woods... > Cheers > > Jimmy Chan > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > -- Marc Ramirez Blue Circle Software Corporation 513-688-1070 (main) 513-382-1270 (direct) www.bluecirclesoft.com _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"