六狼论坛's Archiver
首页
›
linux
› bash shell编程
luozhaoyu
发表于 2013-1-17 02:27:19
bash shell编程
参考自鸟哥的私房菜——
http://linux.vbird.org/linux_basic/0340bashshell-scripts.php
输入变量并提示
read -p "Please input your first name: " -t 30 firstname # 请在30s内输入名字
改变类型
<div class="quote_title">引用
页:
[1]
查看完整版本:
bash shell编程