(file) Return to timestamp CVS log (file) (dir) Up to [OMI] / omi / scripts

File: [OMI] / omi / scripts / timestamp (download)
Revision: 1.1, Mon Apr 20 17:20:13 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

#!/bin/bash
DATE=`date`
__TIMESTAMP=`echo $DATE | awk '{print $6"_"$2"_"$3"_"$4}'`
TIMESTAMP=`echo $__TIMESTAMP | tr ':' '_'`
echo "TIMESTAMP_$TIMESTAMP"

ViewCVS 0.9.2