- 浏览: 962035 次
- 性别:
- 来自: 江西上饶
文章分类
- 全部博客 (460)
- p.spring (56)
- p.maven (20)
- p.ant (17)
- p.jee (18)
- p.jse (33)
- p.ofbiz (31)
- p.软件工程 (8)
- p.struts2 (5)
- p.hibernate (5)
- linux (25)
- 设计模式 (2)
- p.javascript (11)
- 硬件 (1)
- p.jsp (2)
- p.windows批处理 (1)
- 操作系统问题 (5)
- 算法 (1)
- p.mysql (7)
- p.sql (5)
- p.c (1)
- google产品 (0)
- 内存 (1)
- p.struts (1)
- p.freemarker (7)
- p.css (4)
- p.log4j (10)
- p.html (3)
- 淘宝产品 (0)
- 其他 (3)
- 编译器 (0)
- svn (4)
- p.spring.security (11)
- 图形 (0)
- p.xml (1)
- p.ssh (0)
- p.jquery (4)
- p.jdbc (3)
- p.flex (0)
- p.c++ (0)
- p.c#Net (0)
- p.assembly (0)
- p.sqlserver (0)
- p.其他 (3)
- p.webwork (21)
- p.wap (12)
- p.cglib (1)
- p.jee服务器 (11)
- windows (2)
- p.iphone (1)
- p.java.分布式与集群 (2)
- p.ibatis (16)
- p.eclipse (5)
- 架构 (2)
- http协议 (5)
- 我的个人标准 (2)
- 多线程 (1)
- 奇怪问题 (5)
- p.jira (13)
- p.httpclient (1)
- 服务器.apache (11)
- 安全防范 (1)
- p.PODAM (1)
- p.junit (16)
- fop (2)
- 硬盘安装 (1)
- powerdesigner (0)
- 单元测试 (1)
- apache commons (4)
- tomcat+apache集群 (10)
- 各类诡辩 (1)
- 安卓 (8)
- qvod (1)
- java编程基础知识考试考点及答案 (0)
- 工作总结 (4)
- oracle (0)
- spring的util工具 (3)
- json (2)
- maven (3)
- jms (19)
- p.bat (3)
- hadoop (2)
- git (3)
- nginx (1)
- p.移动开发 (1)
- shiro (3)
- 游戏破解 (1)
- react-native (7)
- ios开发 (1)
- webmagic (6)
- socks5 (1)
最新评论
-
weituotian:
说的不好,没人看的
公司系统中的菜单功能和权限功能 -
石不易:
非常详细的注解~
绑定端口和IP,Listen 与VirtualHost指令 -
spring_springmvc:
spring mvc demo教程源代码下载,地址:http: ...
spring mvc -
liyixing1:
PandaDONG 写道谢谢你啊,我已经下下来了,只是还有很多 ...
jira war安装 -
liyixing1:
PandaDONG 写道谢谢你啊,我已经下下来了,只是还有很多 ...
jira war安装
先看看date的help信息
[root@localhost ~]# date --help
Usage: date [OPTION]... [+FORMAT]
or: date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]
Display the current time in the given FORMAT, or set the system date.
-d, --date=STRING display time described by STRING, not `now'
-f, --file=DATEFILE like --date once for each line of DATEFILE
-r, --reference=FILE display the last modification time of FILE
-R, --rfc-2822 output date and time in RFC 2822 format
--rfc-3339=TIMESPEC output date and time in RFC 3339 format.
TIMESPEC=`date', `seconds', or `ns' for
date and time to the indicated precision.
-s, --set=STRING set time described by STRING
-u, --utc, --universal print or set Coordinated Universal Time
--help 显示此帮助信息并退出
--version 输出版本信息并退出
FORMAT controls the output. The only valid option for the second form
specifies Coordinated Universal Time. Interpreted sequences are:
%% a literal %
%a locale's abbreviated weekday name (e.g., Sun)
%A locale's full weekday name (e.g., Sunday)
%b locale's abbreviated month name (e.g., Jan)
%B locale's full month name (e.g., January)
%c locale's date and time (e.g., Thu Mar 3 23:05:25 2005)
%C century; like %Y, except omit last two digits (e.g., 21)
%d day of month (e.g, 01)
%D date; same as %m/%d/%y
%e day of month, space padded; same as %_d
%F full date; same as %Y-%m-%d
%g last two digits of year of ISO week number (see %G)
%G year of ISO week number (see %V); normally useful only with %V
%h same as %b
%H hour (00..23)
%I hour (01..12)
%j day of year (001..366)
%k hour ( 0..23)
%l hour ( 1..12)
%m month (01..12)
%M minute (00..59)
%n a newline
%N nanoseconds (000000000..999999999)
%p locale's equivalent of either AM or PM; blank if not known
%P like %p, but lower case
%r locale's 12-hour clock time (e.g., 11:11:04 PM)
%R 24-hour hour and minute; same as %H:%M
%s seconds since 1970-01-01 00:00:00 UTC
%S second (00..60)
%t a tab
%T time; same as %H:%M:%S
%u day of week (1..7); 1 is Monday
%U week number of year, with Sunday as first day of week (00..53)
%V ISO week number, with Monday as first day of week (01..53)
%w day of week (0..6); 0 is Sunday
%W week number of year, with Monday as first day of week (00..53)
%x locale's date representation (e.g., 12/31/99)
%X locale's time representation (e.g., 23:13:48)
%y last two digits of year (00..99)
%Y year
%z +hhmm numeric timezone (e.g., -0400)
%:z +hh:mm numeric timezone (e.g., -04:00)
%::z +hh:mm:ss numeric time zone (e.g., -04:00:00)
%:::z numeric time zone with : to necessary precision (e.g., -04, +05:30)
%Z alphabetic time zone abbreviation (e.g., EDT)
By default, date pads numeric fields with zeroes.
The following optional flags may follow `%':
- (hyphen) do not pad the field
_ (underscore) pad with spaces
0 (zero) pad with zeros
^ use upper case if possible
# use opposite case if possible
After any flags comes an optional field width, as a decimal number;
then an optional modifier, which is either
E to use the locale's alternate representations if available, or
O to use the locale's alternate numeric symbols if available.
请向 <bug-coreutils@gnu.org> 报告错误。
直接运行date,由于我是中文环境,结果是:
[root@localhost ~]# date
2011年 04月 23日 星期六 13:59:20 CST
设定格式
[root@localhost ~]# date +%Y/%m/%d
2011/04/23
cal指令
[root@localhost ~]# man cal
Cannot open the message catalog "man" for locale "zh_CN.UTF-8"
(NLSPATH="<none>")
Formatting page, please wait...
CAL(1) BSD General Commands Manual CAL(1)
NAME
cal - displays a calendar
SYNOPSIS
cal [-smjy13] [[month] year]
DESCRIPTION
Cal displays a simple calendar. If arguments are not specified, the cur-
rent month is displayed. The options are as follows:
-1 Display single month output. (This is the default.)
-3 Display prev/current/next month output.
-s Display Sunday as the first day of the week. (This is the
default.)
-m Display Monday as the first day of the week.
-j Display Julian dates (days one-based, numbered from January 1).
-y Display a calendar for the current year.
A single parameter specifies the year (1 - 9999) to be displayed; note
the year must be fully specified: “cal 89” will not display a calendar
for 1989. Two parameters denote the month (1 - 12) and year. If no
parameters are specified, the current month’s calendar is displayed.
A year starts on Jan 1.
The Gregorian Reformation is assumed to have occurred in 1752 on the 3rd
of September. By this time, most countries had recognized the reforma-
tion (although a few did not recognize it until the early 1900’s.) Ten
days following that date were eliminated by the reformation, so the cal-
endar for that month is a bit unusual.
HISTORY
A cal command appeared in Version 6 AT&T UNIX.
OTHER VERSIONS
Several much more elaborate versions of this program exist, with support
for colors, holidays, birthdays, reminders and appointments, etc. For
example, try the cal from http://home.sprynet.com/~cbagwell/projects.html
or GNU gcal.
BSD June 6, 1993 BSD
[root@localhost ~]# cal
四月 2011
日 一 二 三 四 五 六
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
显示整年的日历
[root@localhost ~]# cal 2010
2010
一月 二月 三月
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
1 2 1 2 3 4 5 6 1 2 3 4 5 6
3 4 5 6 7 8 9 7 8 9 10 11 12 13 7 8 9 10 11 12 13
10 11 12 13 14 15 16 14 15 16 17 18 19 20 14 15 16 17 18 19 20
17 18 19 20 21 22 23 21 22 23 24 25 26 27 21 22 23 24 25 26 27
24 25 26 27 28 29 30 28 28 29 30 31
31
四月 五月 六月
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
1 2 3 1 1 2 3 4 5
4 5 6 7 8 9 10 2 3 4 5 6 7 8 6 7 8 9 10 11 12
11 12 13 14 15 16 17 9 10 11 12 13 14 15 13 14 15 16 17 18 19
18 19 20 21 22 23 24 16 17 18 19 20 21 22 20 21 22 23 24 25 26
25 26 27 28 29 30 23 24 25 26 27 28 29 27 28 29 30
30 31
七月 八月 九月
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
1 2 3 1 2 3 4 5 6 7 1 2 3 4
4 5 6 7 8 9 10 8 9 10 11 12 13 14 5 6 7 8 9 10 11
11 12 13 14 15 16 17 15 16 17 18 19 20 21 12 13 14 15 16 17 18
18 19 20 21 22 23 24 22 23 24 25 26 27 28 19 20 21 22 23 24 25
25 26 27 28 29 30 31 29 30 31 26 27 28 29 30
十月 十一月 十二月
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
1 2 1 2 3 4 5 6 1 2 3 4
3 4 5 6 7 8 9 7 8 9 10 11 12 13 5 6 7 8 9 10 11
10 11 12 13 14 15 16 14 15 16 17 18 19 20 12 13 14 15 16 17 18
17 18 19 20 21 22 23 21 22 23 24 25 26 27 19 20 21 22 23 24 25
24 25 26 27 28 29 30 28 29 30 26 27 28 29 30 31
31
显示指定年份,月份
[root@localhost ~]# cal 1 2010
一月 2010
日 一 二 三 四 五 六
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
bc
[root@localhost ~]# bc --help
usage: bc [options] [file ...]
-h --help print this usage and exit
-i --interactive force interactive mode
-l --mathlib use the predefine math routnes
-q --quiet don't print initial banner
-s --standard non-standard bc constructs are errors
-w --warn warn about non-standard bc constructs
-v --version print version information and exit
[root@localhost ~]# bc
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
1+1
2
quit
1+1是我输入的
2是显示的结果
quit输入后,退出
[root@localhost ~]# date --help
Usage: date [OPTION]... [+FORMAT]
or: date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]
Display the current time in the given FORMAT, or set the system date.
-d, --date=STRING display time described by STRING, not `now'
-f, --file=DATEFILE like --date once for each line of DATEFILE
-r, --reference=FILE display the last modification time of FILE
-R, --rfc-2822 output date and time in RFC 2822 format
--rfc-3339=TIMESPEC output date and time in RFC 3339 format.
TIMESPEC=`date', `seconds', or `ns' for
date and time to the indicated precision.
-s, --set=STRING set time described by STRING
-u, --utc, --universal print or set Coordinated Universal Time
--help 显示此帮助信息并退出
--version 输出版本信息并退出
FORMAT controls the output. The only valid option for the second form
specifies Coordinated Universal Time. Interpreted sequences are:
%% a literal %
%a locale's abbreviated weekday name (e.g., Sun)
%A locale's full weekday name (e.g., Sunday)
%b locale's abbreviated month name (e.g., Jan)
%B locale's full month name (e.g., January)
%c locale's date and time (e.g., Thu Mar 3 23:05:25 2005)
%C century; like %Y, except omit last two digits (e.g., 21)
%d day of month (e.g, 01)
%D date; same as %m/%d/%y
%e day of month, space padded; same as %_d
%F full date; same as %Y-%m-%d
%g last two digits of year of ISO week number (see %G)
%G year of ISO week number (see %V); normally useful only with %V
%h same as %b
%H hour (00..23)
%I hour (01..12)
%j day of year (001..366)
%k hour ( 0..23)
%l hour ( 1..12)
%m month (01..12)
%M minute (00..59)
%n a newline
%N nanoseconds (000000000..999999999)
%p locale's equivalent of either AM or PM; blank if not known
%P like %p, but lower case
%r locale's 12-hour clock time (e.g., 11:11:04 PM)
%R 24-hour hour and minute; same as %H:%M
%s seconds since 1970-01-01 00:00:00 UTC
%S second (00..60)
%t a tab
%T time; same as %H:%M:%S
%u day of week (1..7); 1 is Monday
%U week number of year, with Sunday as first day of week (00..53)
%V ISO week number, with Monday as first day of week (01..53)
%w day of week (0..6); 0 is Sunday
%W week number of year, with Monday as first day of week (00..53)
%x locale's date representation (e.g., 12/31/99)
%X locale's time representation (e.g., 23:13:48)
%y last two digits of year (00..99)
%Y year
%z +hhmm numeric timezone (e.g., -0400)
%:z +hh:mm numeric timezone (e.g., -04:00)
%::z +hh:mm:ss numeric time zone (e.g., -04:00:00)
%:::z numeric time zone with : to necessary precision (e.g., -04, +05:30)
%Z alphabetic time zone abbreviation (e.g., EDT)
By default, date pads numeric fields with zeroes.
The following optional flags may follow `%':
- (hyphen) do not pad the field
_ (underscore) pad with spaces
0 (zero) pad with zeros
^ use upper case if possible
# use opposite case if possible
After any flags comes an optional field width, as a decimal number;
then an optional modifier, which is either
E to use the locale's alternate representations if available, or
O to use the locale's alternate numeric symbols if available.
请向 <bug-coreutils@gnu.org> 报告错误。
直接运行date,由于我是中文环境,结果是:
[root@localhost ~]# date
2011年 04月 23日 星期六 13:59:20 CST
设定格式
[root@localhost ~]# date +%Y/%m/%d
2011/04/23
cal指令
[root@localhost ~]# man cal
Cannot open the message catalog "man" for locale "zh_CN.UTF-8"
(NLSPATH="<none>")
Formatting page, please wait...
CAL(1) BSD General Commands Manual CAL(1)
NAME
cal - displays a calendar
SYNOPSIS
cal [-smjy13] [[month] year]
DESCRIPTION
Cal displays a simple calendar. If arguments are not specified, the cur-
rent month is displayed. The options are as follows:
-1 Display single month output. (This is the default.)
-3 Display prev/current/next month output.
-s Display Sunday as the first day of the week. (This is the
default.)
-m Display Monday as the first day of the week.
-j Display Julian dates (days one-based, numbered from January 1).
-y Display a calendar for the current year.
A single parameter specifies the year (1 - 9999) to be displayed; note
the year must be fully specified: “cal 89” will not display a calendar
for 1989. Two parameters denote the month (1 - 12) and year. If no
parameters are specified, the current month’s calendar is displayed.
A year starts on Jan 1.
The Gregorian Reformation is assumed to have occurred in 1752 on the 3rd
of September. By this time, most countries had recognized the reforma-
tion (although a few did not recognize it until the early 1900’s.) Ten
days following that date were eliminated by the reformation, so the cal-
endar for that month is a bit unusual.
HISTORY
A cal command appeared in Version 6 AT&T UNIX.
OTHER VERSIONS
Several much more elaborate versions of this program exist, with support
for colors, holidays, birthdays, reminders and appointments, etc. For
example, try the cal from http://home.sprynet.com/~cbagwell/projects.html
or GNU gcal.
BSD June 6, 1993 BSD
[root@localhost ~]# cal
四月 2011
日 一 二 三 四 五 六
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
显示整年的日历
[root@localhost ~]# cal 2010
2010
一月 二月 三月
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
1 2 1 2 3 4 5 6 1 2 3 4 5 6
3 4 5 6 7 8 9 7 8 9 10 11 12 13 7 8 9 10 11 12 13
10 11 12 13 14 15 16 14 15 16 17 18 19 20 14 15 16 17 18 19 20
17 18 19 20 21 22 23 21 22 23 24 25 26 27 21 22 23 24 25 26 27
24 25 26 27 28 29 30 28 28 29 30 31
31
四月 五月 六月
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
1 2 3 1 1 2 3 4 5
4 5 6 7 8 9 10 2 3 4 5 6 7 8 6 7 8 9 10 11 12
11 12 13 14 15 16 17 9 10 11 12 13 14 15 13 14 15 16 17 18 19
18 19 20 21 22 23 24 16 17 18 19 20 21 22 20 21 22 23 24 25 26
25 26 27 28 29 30 23 24 25 26 27 28 29 27 28 29 30
30 31
七月 八月 九月
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
1 2 3 1 2 3 4 5 6 7 1 2 3 4
4 5 6 7 8 9 10 8 9 10 11 12 13 14 5 6 7 8 9 10 11
11 12 13 14 15 16 17 15 16 17 18 19 20 21 12 13 14 15 16 17 18
18 19 20 21 22 23 24 22 23 24 25 26 27 28 19 20 21 22 23 24 25
25 26 27 28 29 30 31 29 30 31 26 27 28 29 30
十月 十一月 十二月
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
1 2 1 2 3 4 5 6 1 2 3 4
3 4 5 6 7 8 9 7 8 9 10 11 12 13 5 6 7 8 9 10 11
10 11 12 13 14 15 16 14 15 16 17 18 19 20 12 13 14 15 16 17 18
17 18 19 20 21 22 23 21 22 23 24 25 26 27 19 20 21 22 23 24 25
24 25 26 27 28 29 30 28 29 30 26 27 28 29 30 31
31
显示指定年份,月份
[root@localhost ~]# cal 1 2010
一月 2010
日 一 二 三 四 五 六
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
bc
[root@localhost ~]# bc --help
usage: bc [options] [file ...]
-h --help print this usage and exit
-i --interactive force interactive mode
-l --mathlib use the predefine math routnes
-q --quiet don't print initial banner
-s --standard non-standard bc constructs are errors
-w --warn warn about non-standard bc constructs
-v --version print version information and exit
[root@localhost ~]# bc
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
1+1
2
quit
1+1是我输入的
2是显示的结果
quit输入后,退出
发表评论
-
IP地址重定向
2019-08-28 01:29 15101,Linux实现方法,通过操作iptables来实现。 2 ... -
Linux下端口映射工具rinetd
2018-05-04 16:38 0Linux下简单好用的工具rinetd,实现端口映射/转发/重 ... -
ia32-libs
2014-10-16 21:11 1079ia32-libs在一些linux软件库中已经被抛弃了,因此要 ... -
winetricks来管理wine的软件
2012-01-06 20:00 3969直接运行winetricks,则是GUI界面的 如果要单独增加 ... -
linux下面svn的可视化客户端
2012-01-05 22:36 3098rabbitvcs保留了Tortoise svn的操作方式。 ... -
wine下面安装StarUML
2012-01-05 12:58 1883出现问题,winetricks mfc42 这里需要MFC4 ... -
eclipse提示错误
2012-01-05 01:27 2581A Java Runtime Environment (JRE ... -
Ubuntu .deb包安装方法
2012-01-05 01:18 1381Ubuntu软件包格式为deb,安装方法如下: su ... -
无版图 安装ssh
2012-01-05 00:35 1096sudo apt-get install openssh-se ... -
linux下面跑windows软件 - wine
2012-01-04 21:55 963WineHQ http://www.winehq.org/do ... -
httpd自动启动
2011-12-12 10:48 1255vi /etc/init.d/httpd !/bin/shi下 ... -
linux 打包
2011-12-05 15:24 1030tar czvf svn_au.tar.gz svn_au -
kill不掉tomcat,jboss时
2011-10-19 13:00 1330kill -9 Pid 使用kill的时候加上-9,强制关闭。 ... -
防火墙,端口设置
2011-10-17 14:40 1114-A RH-Firewall-1-INPUT -m state ... -
ssh不能连接修复
2011-10-14 10:57 2689cat /var/log/messages |grep ssh ... -
硬盘安装
2011-10-12 18:57 1054http://blog.csdn.net/ztz0223/ar ... -
linux tcp转发 rinetd
2011-07-18 21:20 1478http://baike.baidu.com/view/159 ... -
安装过的套件
2011-04-23 16:24 892linux系统安装过的套件会在 /root/install.l ... -
用户,群组,密码文件和chgrp,chown,chmod指令,目录属性的意义
2011-04-23 16:22 1834群组/etc/group文件记录 /etc/passwd用户信 ... -
文档属性
2011-04-23 16:12 1122[root@localhost anshu]# ls -al ...
相关推荐
在Linux命令的字母索引中,我们还可以找到如`arch`显示系统架构,`at`规划执行任务,`bc`计算器,`cal`显示日历,`chmod`改变文件权限,`compress`压缩文件,`dir`显示目录内容等。这些命令覆盖了日常使用的诸多方面...
1. **显示日期和时间**:`date` 指令用于显示当前系统的日期和时间,这对于记录或验证系统时间至关重要。 2. **显示日历**:`cal` 命令用于打印出当前月份的日历,或者指定年份和月份的日历,方便查看日期。 3. **...
6. **date**:显示或设置日期和时间。 7. **dd**:数据转换和复制工具。 8. **file**:识别文件类型。 9. **help**:显示Shell内置命令的帮助。 10. **info**:查看更详细的文档信息。 11. **size**:显示目标文件的...
1. 显示日期的指令:date date命令用于显示和设置系统的日期和时间。格式为“date [选项]... [格式]”,其中不带任何参数时,date会显示当前系统的日期和时间。用户可以通过指定格式来改变输出的日期和时间格式,...
### Linux常用知识详解:文件结构与常用指令 #### Linux文件系统结构 Linux 文件系统的组织遵循一个清晰且逻辑化的结构,这种结构有助于用户更好地理解和管理文件。以下是对 Linux 核心目录及其用途的详细介绍: ...
1. **显示日期和时间**:`date` 指令用于显示当前的日期和时间。例如,当你在终端输入 `date`,它会显示系统当前的时间和日期。 2. **显示日历**:`cal` 命令用于显示一个简单的日历。输入 `cal` 可以看到当前月份...
- 指令操作:在文本模式下,用户需要熟悉基本的命令行操作,例如使用 `date` 查看日期,`cal` 显示日历,`bc` 进行计算等。 - 语系支援:系统允许用户选择不同的语言环境,确保显示的字符集正确无误,避免乱码问题...
7. `bc`: 提供任意精度计算能力的语言,常用于进行数学运算。 8. `bg`: 将命令放到后台运行,让当前终端窗口可以继续执行其他任务。 9. `break`: 在循环中退出,结束当前循环的执行。 10. `builtin`: 运行Shell内置...
1. **显示日期的指令:date** - `date` 命令用于查看或设置系统的日期与时间。 - 示例:`date`(显示当前日期和时间) - 示例:`date +%Y%m%d`(显示格式化后的日期,如20230901) 2. **显示日历的指令:cal** ...
#### 一、显示日期的指令:date `date` 命令用于显示或设置系统的日期和时间。默认情况下,它会显示当前的日期和时间。 **基本语法:** ``` date [选项] ``` **示例:** ``` date ``` 这将显示当前的时间和日期。 ...
- **bc**:是一个用于执行任意精度数学运算的工具。 - **cal**:用于打印日历的简单工具。 - **case**:是Shell编程中的一个重要结构,用于处理多条件分支。 - **chage**:用于修改用户密码的有效期。 - **...
`cal`指令用于显示日历,而`bc`是一个简单的命令行计算器。查看man页时,可以使用空格、Page Up/Down、Home和End键进行导航,使用/word搜索特定内容。 在关闭Linux系统时,应首先检查系统状态,例如使用`who`、`...
`date`用于查看和设置时间,如`date +%y/%m/%d`显示年月日,`cal`用于查看日历,`bc`是计算器,`shutdown`用于关机和重启,例如`shutdown –h now`立刻关机,`shutdown –r now`立刻重启,`shutdown –k +10`发送...
执行`date`后,可以得到当前系统的完整时间信息,包括年月日、时分秒等。 **2. 显示日历:** `cal` `cal`命令可以用来显示指定月份的日历。如果没有指定月份,则默认显示当前月份的日历。例如: ``` cal 8 2023 `...
掌握基本的shell指令是使用Linux的基础,如`ls`用于列出目录内容,`date`显示日期时间,`cal`查看日历,以及`bc`作为计算器。此外,`Tab`键可用于自动补全命令和文件名,`Ctrl+C`用于强制终止当前运行的进程。 总的...
- **bc**:在第五章的2.2节中介绍了bc计算器,这是一个支持任意精度计算的命令行计算器。 ##### C - **cal**:在第五章的2.2节中介绍了cal命令,用于显示日历。 - **case**:在第十三章的4.2节中讲解了如何使用case...