shell编程小例子及遇到的问题 eg1:#!/bin/bashecho -n "login:"read nameecho -n "password:"read passwordif [ $name = "admin" -a $password = "123123" ]then echo "the host and password is right!"else echo "inp shell编程 2023-09-09 43 点赞 0 评论 65 浏览