seq bash
閱讀本文約花費: <1 (分鐘)
vvv@localhost tmp$ cat s.sh #!/bin/bash for i in `seq 1 1000`; do echo ‘hello’ echo i done exit 0 vvv@localhost tmp$ seq使用方法解释: http://16163.co/seq-command-in-linux/ –end– No tags for this post.