1、find -n $1 2>1grep $12、tail -n 10 /var/log/messages >/tmp/messagesbakecho > /var/log/messages
#!/bin/bash
a() {
echo "the is 1"
}
b() {
echo "the is 2"
}
echo -e "1输出1 \n2输出2\n输入其他为退出"
while true
do
read -p "输入相应的数字" number
if [[ $number == 1 ]]
then
a
elif [[ $number == 2 ]]
then
b
else
break
fi
done
大致的应该是给你写出来了,每次都需要手动退出脚本!
echo "please input (y\n)"
read char
if [ $char -eq y ];then
else
exit 0
if
以上就是关于编写一个 shell脚本文件,文件名为 testname.sh,输入用户名和文件名,判断用 户全部的内容,包括:编写一个 shell脚本文件,文件名为 testname.sh,输入用户名和文件名,判断用 户、1.写一个shell文件 2.显示五个菜单 3.处理用户输入 4.必须用到forif case while等 5.利用函数、shell 怎么让用户在次输入参数等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)