The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-11-2009
Corona688 Corona688 is offline
Registered User
  
 

Join Date: Aug 2005
Location: Saskatchewan
Posts: 1,972
The manpage for GNU date seems straightforward enough:
Code:
DATE(1)                          User Commands                         DATE(1)



NAME
       date - print or set the system date and time

SYNOPSIS
       date [OPTION]... [+FORMAT]
       date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]

DESCRIPTION
       Display the current time in the given FORMAT, or set the system date.

...

Though it does not mention the '+2 minutes' thing either. The GNU tools are occasionally evangelical about telling you to use their special fancy 'info' command instead of old-fashioned 'man' -- really old fashioned, dating from the late 70's! A habit I find detestable considering how little an improvement the 'info' system really seems to be on it. If they want sections and hyperlinks they should just do real HTML, bundle lynx, and be done with it.

Last edited by Corona688; 03-11-2009 at 11:46 PM..