shell seq

seq命令ide

順序輸出1-5it

[root@localhost test]# seq 1 5class

順序輸出1-10,步長爲2test

[root@localhost test]# seq 1 2 10di

倒序輸出10-1,步長爲2view

[root@localhost test]# seq 10 -2 1vi

順序輸出1-100,三位數表示,前面不足以0補足三位co

[root@localhost test]# seq -w 1 100editor

相關文章
相關標籤/搜索