This area is my sharing area. Include some technical/believing/life experiences. Hope you can enjoy with me. God bless you. :)
2008年4月21日 星期一
bash, tcsh shell programming
#!/bin/tcsh set loopcount = 0 set result = 0 while ($loopcount < 5) set loopcount = ’expr $loopcount + 1’ set increment = ’expr $loopcount \* 2’ set result = ’expr $result + $increment’
沒有留言:
張貼留言