首页 > 学院 > 操作系统 > 正文

shell脚本例子

2024-06-28 13:26:56
字体:
来源:转载
供稿:网友
shell脚本例子 #!/bin/shstr="####"echo $1 | grep $str 1>/dev/nullif [ `echo $?` -eq 0 ]then echo ${1//$str/""}else echo $2 not PResent in $1fi
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表