设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 综合讨论区 —— LinuxSir.cn
›
shell进阶应用、shell编程
›
[请教]如何写这样的一个交互脚本?
1
2
/ 2 页
下一页
返回列表
查看:
910
|
回复:
10
[请教]如何写这样的一个交互脚本?
[复制链接]
此用户还没注册
该用户已被删除
发表于 2004-6-1 14:14:41
|
显示全部楼层
|
阅读模式
提示:
作者被禁止或删除 内容自动屏蔽
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
KornLee
KornLee
当前离线
积分
6960
IP卡
狗仔卡
发表于 2004-6-1 14:29:08
|
显示全部楼层
呵呵,用shell,你会发现,dos就是垃圾啦
read input?"please enter :"
case $input in
1) command1;;
2) command2;;
*) echo "wrong input";;
esac
复制代码
回复
支持
反对
使用道具
举报
显身卡
dearvoid
dearvoid
当前离线
积分
282
IP卡
狗仔卡
发表于 2004-6-1 18:06:35
|
显示全部楼层
用 select 也可啦, 而且它还能显示一个菜单
回复
支持
反对
使用道具
举报
显身卡
此用户还没注册
该用户已被删除
楼主
|
发表于 2004-6-1 19:04:24
|
显示全部楼层
提示:
作者被禁止或删除 内容自动屏蔽
回复
支持
反对
使用道具
举报
显身卡
此用户还没注册
该用户已被删除
楼主
|
发表于 2004-6-1 19:11:58
|
显示全部楼层
提示:
作者被禁止或删除 内容自动屏蔽
回复
支持
反对
使用道具
举报
显身卡
dearvoid
dearvoid
当前离线
积分
282
IP卡
狗仔卡
发表于 2004-6-1 19:37:21
|
显示全部楼层
懒惰 ! 自己 help read 看看 !
回复
支持
反对
使用道具
举报
显身卡
此用户还没注册
该用户已被删除
楼主
|
发表于 2004-6-1 23:31:42
|
显示全部楼层
提示:
作者被禁止或删除 内容自动屏蔽
回复
支持
反对
使用道具
举报
显身卡
KornLee
KornLee
当前离线
积分
6960
IP卡
狗仔卡
发表于 2004-6-1 23:37:05
|
显示全部楼层
/home/lee#cat input
#!/bin/bash
echo -n "please enter :"
read input
case $input in
1) date;;
2) pwd;;
*) echo "wrong input";;
esac
/home/lee#bash input
please enter :1
二 6月 1 23:38:56 CST 2004
/home/lee#bash input
please enter :
wrong input
/home/lee#bash input
please enter :2
/home/lee
/home/lee#bash input
please enter :
wrong input
/home/lee#bash input
please enter :5
wrong input
/home/lee#
ps:建议兄弟看看本论坛的置顶贴,
http://www.linuxsir.cn/bbs/showthread.php?threadid=28945
回复
支持
反对
使用道具
举报
显身卡
此用户还没注册
该用户已被删除
楼主
|
发表于 2004-6-2 13:35:42
|
显示全部楼层
提示:
作者被禁止或删除 内容自动屏蔽
回复
支持
反对
使用道具
举报
显身卡
此用户还没注册
该用户已被删除
楼主
|
发表于 2004-6-2 14:04:01
|
显示全部楼层
提示:
作者被禁止或删除 内容自动屏蔽
回复
支持
反对
使用道具
举报
显身卡
下一页 »
1
2
/ 2 页
下一页
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
网络技术\网络安全讨论
LFS(LinuxfromScratch)
Archlinux讨论区
Linux 基础讨论区(新手速成)
Ubuntu Linux 专题讨论
SuSE Linux
BSD 讨论专题
Mandriva Linux
硬件设备 Linux 驱动
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表