【shell 練習5】編寫簡單的多級選單

旅行者-Travel發表於2018-09-04

一、簡單的多級選單

[root@web129 ~]# cat menu.sh 
#!/bin/bash
#shell選單演示
function menu()
{
echo -e `date`
cat <<EOF
-----------------------------------
>>>選單主頁:
`echo -e "

相關文章