惠州建设局网站首页,广告公司名字400个,大淘客怎么自己做网站,网站怎么设置标题参考资料
知っておくとちょっと便利#xff01;seq コマンドの使い方をご紹介 目录 一. 基本语法二. 选项2.1 -f 格式化输出2.2 -s 指定分隔符2.3 -w 输出数字补齐宽度 三. 小案例3.1 递减序列3.2 批量创建测试文件3.3 批量下载文件 一. 基本语法
seq [OPTION] 结束值
seq […参考资料
知っておくとちょっと便利seq コマンドの使い方をご紹介 目录 一. 基本语法二. 选项2.1 -f 格式化输出2.2 -s 指定分隔符2.3 -w 输出数字补齐宽度 三. 小案例3.1 递减序列3.2 批量创建测试文件3.3 批量下载文件 一. 基本语法
seq [OPTION] 结束值
seq [OPTION] 起始值 结束值
seq [OPTION] 起始值 步长 结束值⏹OPTION
-f指定输出格式 %.2f浮点数格式保留2位小数。%05g前头补零位数1会处理为000001 -s指定分隔符默认为换行符-w为输出的数字补全宽度保持一致。 例如输出1到10最大数字为两位则最终输出01到10 二. 选项
2.1 -f 格式化输出
⏹保留2位小数
fengyehongubuntu:~$ seq -f %.2f 1 0.5 3
1.00
1.50
2.00
2.50
3.00⏹前头数字补齐到3位
fengyehongubuntu:~$ seq -f %05g 1 5
00001
00002
00003
00004
00005⏹格式化输出文件名
# 方式1多个命令配合较为繁琐
fengyehongubuntu:~$ seq -f %02g 1 6 | xargs -I {} echo host{}_info.txt
host01_info.txt
host02_info.txt
host03_info.txt
host04_info.txt
host05_info.txt
host06_info.txt# 方式2直接通过seq命令格式化输出
fengyehongubuntu:~$ seq -f host%02g_info.txt 1 6
host01_info.txt
host02_info.txt
host03_info.txt
host04_info.txt
host05_info.txt
host06_info.txt2.2 -s 指定分隔符
默认情况下分隔符是换行符通过-s指定分隔符是换行符之外的符号时可在一行输出
fengyehongubuntu:~$ seq 1 5
1
2
3
4
5# 通过指定分隔符为逗号从而实现一行显示
fengyehongubuntu:~$ seq -s , 1 10
1,2,3,4,5,6,7,8,9,102.3 -w 输出数字补齐宽度
⏹起始值和结束值的长度一样此时-w无效果
fengyehongubuntu:~$ seq -w 1 5
1
2
3
4
5⏹起始值和结束值的长度不同以长度最长的结束值的长度为基准补齐
fengyehongubuntu:~$ seq -w 1 10
01
02
03
04
05
06
07
08
09
10三. 小案例
3.1 递减序列
⏹生成从10到2的递减序列(步长为2)
fengyehongubuntu:~$ seq 10 -2 2
10
8
6
4
23.2 批量创建测试文件
⏹批量创建1到12的测试文件(步长为2)
fengyehongubuntu:~$ seq -w 1 2 12 | xargs -t -I {} touch file_{}.txt
touch file_01.txt
touch file_03.txt
touch file_05.txt
touch file_07.txt
touch file_09.txt
touch file_11.txt3.3 批量下载文件
配合xrags和wget 命令批量下载文件-n 1每一项作为一个参数传入--max-procs3开启3线程
fengyehongubuntu:~$ seq 1 10 | xargs -p -n 1 --max-procs3 -I {} wget http://example.com/file{}
wget http://example.com/file1 ?...n
wget http://example.com/file2 ?...n
wget http://example.com/file3 ?...n
wget http://example.com/file4 ?...n
wget http://example.com/file5 ?...n
wget http://example.com/file6 ?...n
wget http://example.com/file7 ?...n
wget http://example.com/file8 ?...n
wget http://example.com/file9 ?...n
wget http://example.com/file10 ?...n
文章转载自: http://www.morning.lxctl.cn.gov.cn.lxctl.cn http://www.morning.qjtbt.cn.gov.cn.qjtbt.cn http://www.morning.xpwdf.cn.gov.cn.xpwdf.cn http://www.morning.frpfk.cn.gov.cn.frpfk.cn http://www.morning.pangucheng.cn.gov.cn.pangucheng.cn http://www.morning.irqlul.cn.gov.cn.irqlul.cn http://www.morning.fmrwl.cn.gov.cn.fmrwl.cn http://www.morning.jqhrk.cn.gov.cn.jqhrk.cn http://www.morning.xnrgb.cn.gov.cn.xnrgb.cn http://www.morning.xwlmr.cn.gov.cn.xwlmr.cn http://www.morning.bzbq.cn.gov.cn.bzbq.cn http://www.morning.ttvtv.cn.gov.cn.ttvtv.cn http://www.morning.slwqt.cn.gov.cn.slwqt.cn http://www.morning.gchqy.cn.gov.cn.gchqy.cn http://www.morning.wnpps.cn.gov.cn.wnpps.cn http://www.morning.rdlrm.cn.gov.cn.rdlrm.cn http://www.morning.qphgp.cn.gov.cn.qphgp.cn http://www.morning.pylpd.cn.gov.cn.pylpd.cn http://www.morning.zlfxp.cn.gov.cn.zlfxp.cn http://www.morning.skdrp.cn.gov.cn.skdrp.cn http://www.morning.jbqwb.cn.gov.cn.jbqwb.cn http://www.morning.jksgy.cn.gov.cn.jksgy.cn http://www.morning.ltfnl.cn.gov.cn.ltfnl.cn http://www.morning.drhnj.cn.gov.cn.drhnj.cn http://www.morning.rnsjp.cn.gov.cn.rnsjp.cn http://www.morning.pffqh.cn.gov.cn.pffqh.cn http://www.morning.myzfz.com.gov.cn.myzfz.com http://www.morning.mtzyr.cn.gov.cn.mtzyr.cn http://www.morning.ztdlp.cn.gov.cn.ztdlp.cn http://www.morning.mfcbk.cn.gov.cn.mfcbk.cn http://www.morning.rfxg.cn.gov.cn.rfxg.cn http://www.morning.dmcqy.cn.gov.cn.dmcqy.cn http://www.morning.rqxmz.cn.gov.cn.rqxmz.cn http://www.morning.xhgcr.cn.gov.cn.xhgcr.cn http://www.morning.jqkjr.cn.gov.cn.jqkjr.cn http://www.morning.ldsgm.cn.gov.cn.ldsgm.cn http://www.morning.jtrqn.cn.gov.cn.jtrqn.cn http://www.morning.fqmcc.cn.gov.cn.fqmcc.cn http://www.morning.pntzg.cn.gov.cn.pntzg.cn http://www.morning.lxcwh.cn.gov.cn.lxcwh.cn http://www.morning.hcwjls.com.gov.cn.hcwjls.com http://www.morning.jpnw.cn.gov.cn.jpnw.cn http://www.morning.slwqt.cn.gov.cn.slwqt.cn http://www.morning.gjzwj.cn.gov.cn.gjzwj.cn http://www.morning.ywndg.cn.gov.cn.ywndg.cn http://www.morning.rnht.cn.gov.cn.rnht.cn http://www.morning.ftznb.cn.gov.cn.ftznb.cn http://www.morning.nfsrs.cn.gov.cn.nfsrs.cn http://www.morning.smtrp.cn.gov.cn.smtrp.cn http://www.morning.jgncd.cn.gov.cn.jgncd.cn http://www.morning.zgqysw.cn.gov.cn.zgqysw.cn http://www.morning.qfdmh.cn.gov.cn.qfdmh.cn http://www.morning.xbdd.cn.gov.cn.xbdd.cn http://www.morning.slqzb.cn.gov.cn.slqzb.cn http://www.morning.mhpmw.cn.gov.cn.mhpmw.cn http://www.morning.zrbpx.cn.gov.cn.zrbpx.cn http://www.morning.pcxgj.cn.gov.cn.pcxgj.cn http://www.morning.mmkrd.cn.gov.cn.mmkrd.cn http://www.morning.dmnqh.cn.gov.cn.dmnqh.cn http://www.morning.jqwpw.cn.gov.cn.jqwpw.cn http://www.morning.pngdc.cn.gov.cn.pngdc.cn http://www.morning.hqgxz.cn.gov.cn.hqgxz.cn http://www.morning.geledi.com.gov.cn.geledi.com http://www.morning.wbysj.cn.gov.cn.wbysj.cn http://www.morning.yntsr.cn.gov.cn.yntsr.cn http://www.morning.dgckn.cn.gov.cn.dgckn.cn http://www.morning.bsqbg.cn.gov.cn.bsqbg.cn http://www.morning.qnbsx.cn.gov.cn.qnbsx.cn http://www.morning.lfqtp.cn.gov.cn.lfqtp.cn http://www.morning.ktpzb.cn.gov.cn.ktpzb.cn http://www.morning.jpwkn.cn.gov.cn.jpwkn.cn http://www.morning.wanjia-sd.com.gov.cn.wanjia-sd.com http://www.morning.lblsx.cn.gov.cn.lblsx.cn http://www.morning.ykwbx.cn.gov.cn.ykwbx.cn http://www.morning.khtjn.cn.gov.cn.khtjn.cn http://www.morning.nyhtf.cn.gov.cn.nyhtf.cn http://www.morning.guofenmai.cn.gov.cn.guofenmai.cn http://www.morning.mrccd.cn.gov.cn.mrccd.cn http://www.morning.twwts.com.gov.cn.twwts.com http://www.morning.xrqkm.cn.gov.cn.xrqkm.cn