红联Linux门户
Linux帮助

求一个带输入的shell脚本

发布时间:2008-11-25 18:21:05来源:红联作者:bestwang
我在linux上用drcomlcc命令登录上网,需要一步步输入账号密码
引用:
[root@localhost temp]# drcomlcc
Starting Dr.COM client for Linux, v0.4.168(LDAP).
Please enter account: 08041401941
Please enter password:
Find Dr.COM server (192.168.168.168)......
2008-11-25 16:55:58: Found Dr.COM server. Login......
2008-11-25 16:55:59: Login successful. Used 3026Min ,0KB,Balance 41.67 yuan.

Please enter account:跟Please enter password:是需要提示分别输入账号和密码的
我现在就想能不能写个shell脚本,比如叫drcom.sh
能不能写成直接输入./drcom.sh account password,然后自动登录,不需要以上一步步的输入。
哪为高手帮个忙啊,小弟刚学,不懂shell脚本啊。
谢了!
文章评论

共有 1 条评论

  1. fengmx 于 2008-11-25 21:59:14发表:

    我也不大懂这个。。有时我就成功过。。

    你试下。但不知行不行呢?

    #!/bin/bash
    命令 < 用户名 密码
    drcomlcc < user passwd