Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clock(1) [v7 man page]

CLOCK(1)						      General Commands Manual							  CLOCK(1)

NAME
clock - display the time in an icon or window SYNOPSIS
clock AVAILABILITY
This command is available with the OpenWindows environment. For information about installing OpenWindows, refer to the OpenWindows Instal- lation and Start-Up Guide. DESCRIPTION
clock is an OpenWindows XView utility that displays the current time in a window or icon. When the window is open, clock can display the time in either analog or digital format. The clock window is scalable in either format. USAGE
When the clock window is open, it has a floating menu from which you can bring up a property window. From this property sheet, you can modify the display of the tool by selecting either the Analog or Digital choice box. Seconds: On the analog version, this selection starts a second hand on the face of the clock. On the digital version, it adds two dig- its to the digital readout. Date: Turns on a date display for both analog and digital versions of clock. BUGS
If you reset the system time, clock will not reflect the new time until you change its window state from open to icon, or vice versa. To reset the system time, see date (1V). The date display does not go well with the round clock face. Occasionally, when clock is uncovered, the face will be visually corrupted. Use the Refresh button from the frame menu to repair. 11 June 1990 CLOCK(1)

Check Out this Related Man Page

CLOCK(1)						      General Commands Manual							  CLOCK(1)

NAME
clock - display the time in an icon or window SYNOPSIS
clock AVAILABILITY
This command is available with the OpenWindows environment. For information about installing OpenWindows, refer to the OpenWindows Instal- lation and Start-Up Guide. DESCRIPTION
clock is an OpenWindows XView utility that displays the current time in a window or icon. When the window is open, clock can display the time in either analog or digital format. The clock window is scalable in either format. USAGE
When the clock window is open, it has a floating menu from which you can bring up a property window. From this property sheet, you can modify the display of the tool by selecting either the Analog or Digital choice box. Seconds: On the analog version, this selection starts a second hand on the face of the clock. On the digital version, it adds two dig- its to the digital readout. Date: Turns on a date display for both analog and digital versions of clock. BUGS
If you reset the system time, clock will not reflect the new time until you change its window state from open to icon, or vice versa. To reset the system time, see date (1V). The date display does not go well with the round clock face. Occasionally, when clock is uncovered, the face will be visually corrupted. Use the Refresh button from the frame menu to repair. 11 June 1990 CLOCK(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

7 segement LCD unix clock

Hi, Anyone ever write a unix clock program that display the clock out in 7 segment LCD style. I tried doing one with case statements: !/usr/bin/ksh clock=`date` case $clock in #This prints out the number 0 0) echo " -" echo "| |" echo echo "| |" echo " -" ;; ... (4 Replies)
Discussion started by: Astudent
4 Replies

2. UNIX for Dummies Questions & Answers

date command

Ok, I figured out how to code my LCD clock program the only problem I am now having is - making it print out. I have my for loops and case statements in my program and after that I need to print out the time I know how to use the date with the cut command. But I am unsure on how to link my... (2 Replies)
Discussion started by: Astudent
2 Replies

3. UNIX for Dummies Questions & Answers

how do you change the time format from 24_hour to 12_hour

Hello there!!! I need to change the time format on a Unix development box running Sun OS 5.7 from military time to 12_hour. Thanks (3 Replies)
Discussion started by: young_too
3 Replies

4. Filesystems, Disks and Memory

max file parameter ( urgent )

I have digital UNIX V4.0d I want to change the parameter of maximum file becuse I face a problem while creating a new datafile in oracle 7.3.3 please advise Thanks (2 Replies)
Discussion started by: fmmq
2 Replies

5. UNIX for Advanced & Expert Users

how can I copy a file from unix to window machine?

how can I copy a file from unix to window machine (and vice versa), if ftp is not available? please tell me what else is convenient? Thanks! (6 Replies)
Discussion started by: fredao
6 Replies

6. Solaris

Cant export display from aix to solaris.

Hi Frnds, i face a peculiar issue. I am managing 200 Aix workstations and 20 sun boxes. I am not anle to export the display from aix workstations to sun box, But vice versa it is working fine. But if i try to export the display to a sun box from other sun box it works perfectly. Could... (3 Replies)
Discussion started by: sriram.s
3 Replies

7. Solaris

How do I run OpenWindows on a Solaris10 Sparc system?

How do I run OpenWindows on a Solaris10 Sparc system? I know it has been discontinued, but I have some applications that only run on OpenWin. And I would like to run Solaris10 instead of Solaris8, hence the problem. Can I download, install and run it with Solaris10? Thanks, Mike (5 Replies)
Discussion started by: mndavies
5 Replies

8. Programming

clock cycle count

Hello everybody! Is there a way to count the clock cycles (that a program took to finish) in C? thanx:o (5 Replies)
Discussion started by: nicos
5 Replies

9. UNIX for Dummies Questions & Answers

How to always display date/time regardless of directory?

I found via Google a way to show the date and time stamp once I log in. However, whenever I cd to another directory it doesn't display the correct path. Here are the relevant parts from my .kshrc : unset _h _m _s eval $(date "+_h=%H ;_m=%M ;_s=%S") ((SECONDS =... (3 Replies)
Discussion started by: Mike F.
3 Replies

10. UNIX for Dummies Questions & Answers

Real time of a clock for every 60 seconds in unix

hi can any one guide me on how to display real time of a clock in unix for every 60 seconds (2 Replies)
Discussion started by: ramnadh_babu
2 Replies

11. UNIX for Dummies Questions & Answers

Timekeeping in Linux question ...

Hi again! I'm still learning with unixacademy dvds and I have a question related to a timekeeping. Again I'm new to Linux and UNIX and most of my computing experince is Windows. I researched this on google but couldn't find a clear answer. I've been tweeking time zones in my last excersize... ... (31 Replies)
Discussion started by: newlinuxuser1
31 Replies

12. Shell Programming and Scripting

Test function not working

i am writing the following snippet and cannot figure out why the variable measType remains 0. it should be 1 I also tried "\#analog" and '\#analog' in the test statement and it still doesn't work. What is going on? bash$ measType=0 bash$ read line < 2iconfig.ini bash$ echo $line #analog... (4 Replies)
Discussion started by: oahmad
4 Replies

13. UNIX for Dummies Questions & Answers

A Simple Clock, Well Maybe Not That Simple...

The attachment says it all really... It is a DEMO at a glance digital readout using the "date" command to make it useful... For a Mocbook Pro 13", OSX 10.7.5, but may well work on Linux variants too. Enjoy... #!/bin/bash # # Clock.sh # A bash DEMO to create a 6 x 7 character set... (4 Replies)
Discussion started by: wisecracker
4 Replies

14. Solaris

SunOS 4.1.4 with OpenWindows 3

Hi guys, Just wondering how I can get OpenWindows 3 window manager. I installed SunOS 4.1.4 on Qemu and when I type Openwin, I will get a purpleish interface, which I am not fond of. I'd like to have the following look and feel... OpenWindows 3 - SunOS 4.1.4 Thanks Jack (2 Replies)
Discussion started by: lucky7456969
2 Replies

15. Programming

Simple Chess Clock

I am trying to implement a simple chess clock. It should have the following options: start, stop, reset, read. Reset will set the time to zero Start will start the clock Stop will stop the clock My problem is that I want that start continues counting the time from the time it had when it... (6 Replies)
Discussion started by: kristinu
6 Replies