07_Bash
文章平均质量分 75
jackie_gnu
这个作者很懒,什么都没留下…
展开
-
批量修改文件名
rename 's/.png$/.png.bak/' *.png原创 2011-05-18 16:21:00 · 325 阅读 · 0 评论 -
12 Bash For Loop Examples for Your Linux Shell Scripting
There are two types of bash for loops available. One using the “in” keyword with list of values, another using the C programming like syntax转载 2011-07-11 16:38:22 · 1611 阅读 · 0 评论 -
查看当前bash支持的功能选项
shopt: shopt [-pqsu] [-o] [optname ...] Set and unset shell options. Change the setting of each shell option OPTNAME. Without any option arguments, list all shell options with an ind原创 2011-11-18 08:32:17 · 5372 阅读 · 0 评论