摘要:
seq用于生成一个序列 seq [option] first increment last 选项: -f --format=FORMAT 使用 printf 样式的浮点格式 -s --separator=STRING 使用指定字符串分隔数字(默认:\n) -w --equal-width 在数字添加 阅读全文
posted @ 2020-09-22 10:36
ascertain
阅读(163)
评论(0)
推荐(0)
摘要:
C风格 #!/bin/env sh function mat(){ for ((p=0;p<10;p++)) do echo $p done } mat {start..end..step} #!/bin/env sh function mat(){ for p in {10..1..2} do e 阅读全文
posted @ 2020-09-22 10:09
ascertain
阅读(98)
评论(0)
推荐(0)

浙公网安备 33010602011771号