<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic unix scripting for clock in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unix-scripting-for-clock/m-p/3931746#M65438</link>
    <description>can anyone provide me the script for displaying a clock in screen showing also system date.&lt;BR /&gt;the scripting should be in unix shell script (mix of perl also)&lt;BR /&gt;i dont need any software...only script and commands.&lt;BR /&gt;when i will run the script it should show the clock in screen&lt;BR /&gt;....waitin for ur reply guys</description>
    <pubDate>Wed, 24 Jan 2007 01:54:53 GMT</pubDate>
    <dc:creator>Dodo_5</dc:creator>
    <dc:date>2007-01-24T01:54:53Z</dc:date>
    <item>
      <title>unix scripting for clock</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-scripting-for-clock/m-p/3931746#M65438</link>
      <description>can anyone provide me the script for displaying a clock in screen showing also system date.&lt;BR /&gt;the scripting should be in unix shell script (mix of perl also)&lt;BR /&gt;i dont need any software...only script and commands.&lt;BR /&gt;when i will run the script it should show the clock in screen&lt;BR /&gt;....waitin for ur reply guys</description>
      <pubDate>Wed, 24 Jan 2007 01:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-scripting-for-clock/m-p/3931746#M65438</guid>
      <dc:creator>Dodo_5</dc:creator>
      <dc:date>2007-01-24T01:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: unix scripting for clock</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-scripting-for-clock/m-p/3931747#M65439</link>
      <description>Perhaps I don't understand what you mean, but here're my 2 cents.&lt;BR /&gt;In perl:&lt;BR /&gt;#!/usr/bin/perl&lt;BR /&gt;use strict;&lt;BR /&gt;my $current_time=localtime time;&lt;BR /&gt;print "$current_time\n";&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in shell - it's the `date` command.</description>
      <pubDate>Wed, 24 Jan 2007 02:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-scripting-for-clock/m-p/3931747#M65439</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-01-24T02:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: unix scripting for clock</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-scripting-for-clock/m-p/3931748#M65440</link>
      <description>Attached is a shell script which is very elegant.  You can source this file from .bashrc, the clock wil appear on the right top-corner of your VDU.</description>
      <pubDate>Wed, 24 Jan 2007 06:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-scripting-for-clock/m-p/3931748#M65440</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2007-01-24T06:05:26Z</dc:date>
    </item>
  </channel>
</rss>

