seq bash

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–
Rate this post
No tags for this post.

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注