shell script 반복문

Linux 2015. 2. 7. 18:39

#!/bin/sh

hap=0

i=1

while [ $i -le 100 ]

do

   i=`expr $i + 1`

done

'Linux' 카테고리의 다른 글

Ubuntu 12.04 Subversion 구축  (0) 2015.09.22
top grep  (0) 2015.09.21
CentOS vsftpd FTP 설치 및 설정  (0) 2014.12.26
chkconfig 사용법 (서비스 자동실행)  (0) 2014.12.26
sudo 사용하기  (0) 2014.12.05
Posted by satis
,