bash for문 사용


for문 사용법 예시 ``` bash for s in `cat server_list`; do ssh ${s} 'hostname'; done ```
되돌아가기 수정