linux里daily_routine实例代码详解
首先看实例代码:
#/bin/bash cal date -u echo "Hello,welcome ${LOGNAME}!A full day has begun!" read -p "input your pass word!" pwd if test $pwd == "123" then echo "Your login sucessfully!" for file in /tmp/* do echo $file done else echo "Deny logon" fi
cal 打印日历
date -u 显示或设置全球时间(格林威治时间)
${LOGNAME}当前登录用户
相关推荐
laisean 2020-11-11
Julyth 2020-10-16
laisean 2020-09-27
flycappuccino 2020-09-27
liguojia 2020-09-27
87201442 2020-10-15
MXstudying 2020-09-05
WasteLand 2020-09-15
<?php. if (!empty($_POST)) {. $data1 = $_POST["data1"];$data2 = $_POST["data2"];$fuhao = $_POST["fuh
mathchao 2020-09-15
tvk 2020-07-30
Zaratustra 2020-07-29
zhaowj00 2020-07-26
Zaratustra 2020-06-26
ldcwang 2020-06-25
拿什么来拯救自己 2020-06-21
IsanaYashiro 2020-06-16
赵家小少爷 2020-06-14
大牛牛 2020-06-14