码迷,mamicode.com
首页 > 其他好文 > 详细

dsaf

时间:2018-03-24 13:26:52      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:info   first   number   body   quit   while   SM   proc   html   

cat << EOF
	cpu)print cpu information
	mem)print memory information
	disk)print disk information
	quit)quit
	Enter your option
EOF
read -p "Enter your option: " option
#hahha地方
option=`echo $option | tr ‘A-Z‘ ‘a-z‘`   “”asdfdasfdasf
while [[ "$option" != "quit" ]]; do
	if [[ "$option" == "cpu" ]]; then
		cat /proc/cpuinfo
	elif [[ "$option" == "mem" ]]; then
		free -m
	elif [[ "$option" == "disk" ]]; then
		df -h
	else
		echo "Wrong option..."
	fi
	read -p "Enter your option again: " option
	option=`echo $option | tr ‘A-Z‘ ‘a-z‘`
done

好卡都是分开;

dasfasdhfklsadf阿什顿飞撒地方

的撒发的说法

dsaf

标签:info   first   number   body   quit   while   SM   proc   html   

原文地址:https://www.cnblogs.com/hesper/p/8638490.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!