OS4 DepotLogo by Browallia 
(anonymous IP: 18.118.30.253,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Utility » Misc » uniquedate.lha

Uniquedate

Description: Generates unique (hi-res) numeric date/timestamps
Download: uniquedate.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 8kb
Version: 1.0
Date: 22 Jun 06
Author: Alex Carmona
Submitter: Alex Carmona
Email: AmigaOne/theworld net
Homepage: http://AM1GA.com
Category: utility/misc
License: Freeware
Distribute: yes
Min OS Version: 4.0
FileID: 1901
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 11  (Current version)
11  (Accumulated)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
UniqueDate is a command which generates a unique numeric date string.
Like my UniqueName utility, it's mostly useful in shell scripts, to avoid name
clashes when creating pipes and filenames, but it may also be useful as a
timestamp for automatically generated files.


Usage:
UniqueName G=GREGORIAN/S

The optional switch, "G" or "GREGORIAN", can be specified to switch
the string output format to a more human-friendly date.

The default format is the number of microseconds since Jan. 1st 1978.
E.g. 898499624016706 or SSSSSSSSSµµµµµµ (1 million µS. = 1 Seconds). 

The Gregorian format is the date and time with microseconds.
E.g. 20060622071344396890 or YYYYMMDDHHMMSSµµµµµµ


Examples: (taken straight from the UniqueName readme... I'm sooo lazy!)

Suppose that each time you run a script you want to log its output to a new
file...

 Execute Script >`UniqueDate G`.log

Perhaps within the script you want to redirect some output to other logfiles...

[Script]
 Set log1 Sys`UniqueDate G`.log
 Set log2 Usr`UniqueDate G`.log
 SomeCommand >>$log1
 SomeCommand >>$log2
 SomeCommand >>$log1
 etc...

You can run the script multiple times in parallel without risking overwriting
 another's log file.

Likewise with named PIPEs...

[Script]
 Set pre PIPE:`UniqueDate`
 Set post PIPE:`UniqueDate`
 Run Capture input=$pre output=$post
 Wait 1
 Run Broadcast source=$post




Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment