摘要:
ctrl-c中断的效果,类似quit,可以使运行的程序终止。ctrl-d 输入结束的效果,类似exit,也可以直接离开文字界面。显示日期与时间的命令:date[root@debian:~]# date2013 03 26 15:44:36 CST如按照需求只显示出想要的数据,类似只按照顺序年月日[root@debian:~]# date +%y/%m/%d2013 03 26只显示时间[root@debian:~]# date +%H:%M15:47显示日历的命令:cal[root@debian:~]# date cal 即显示本月的日历表,类似windows的[root@debian:~]. 阅读全文