📄 mymenu
字号:
while truedoecho -e "\n"echo -e "\n ◆ the menu before login in ◆"echo -e "\n ==============================="echo " 0.exit 1. show user 2.show the time 3. add 4."echo -e "\n"echo -e " please choose(0-7):\c"read zcase $z in0)clearexit;;1)clearecho "name pid logintime"echo "===================================="whotty=`tty |cut -f3 -d"/"`echo "\n"echo "\n name: is $tty";;2)cleardate '+ today: %Y Y %m M %d D,week %w 'echo -e "\n"date '+ time:%T';;3)clearcd /root/Desktop/My./c1;;esacdone
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -