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

Linux提醒用户输入并获取输入信息

2013-10-24 
Linux提示用户输入并获取输入信息#!/bin/bash#testing the read commandecho -n enter your key: read k

Linux提示用户输入并获取输入信息

#!/bin/bash#testing the read commandecho -n "enter your key: "read keyecho "hello $key ,welcome to my program."

热点排行