首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 系统运维 >

Bash脚本记要

2013-09-07 
Bash脚本记录记录以下常用的shell命令。1.Append output to filesitema.pngif [[ $item *.png ]]th

Bash脚本记录

记录以下常用的shell命令。

1.Append output to files

item="a.png"if [[ "$item" == *.png ]]then        echo $itemfi




热点排行