joshbenham / timestamp-c

Command line script to deal with timestamps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timestamp

Josh Benham's Timestamp command line script to deal with timestamps

Overview

A simple command line script to deal with timestamps.

Instructions

# grab the repo
$ git clone git://github.com/joshbenham/timestamp

# build timestamp
$ cd timestamp
$ make
$ sudo make install

This will copy timestamp as a script into your /usr/bin

Usage

# check to see what the current timestamp / unix timestamp is
$ timestamp

About

Command line script to deal with timestamps


Languages

Language:C 71.1%Language:Makefile 28.9%