readcloc.8

来自「Unix操作系统minix 2.0源码」· 8 代码 · 共 60 行

8
60
字号


READCLOCK(8)              Minix Programmer's Manual               READCLOCK(8)


NAME
     readclock - read the real time clock [IBM PC/AT and AMIGA]

SYNOPSIS
     readclock

EXAMPLES

     date `/usr/bin/readclock` </dev/tty
                         # Useful in /etc/rc

DESCRIPTION

     Readclock reads the AT's real time clock and prints the result in a  form
     useful  to date, namely, MMDDYYhhmmss. If the clock does not exist (e.g.,
     on a PC), it outputs '-q' to query the user for  the  time.  The  example
     given  above  can be put in /etc/rc to load the real time when the system
     is booted.

SEE ALSO
     date(1).































                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?