I writing a script which uses dates, and in particular the number of seconds since the epoch. I could use
but I dont want to invoke perl every time I want the current value. I've looked at date (AIX 5.1 version) and that doesn't have an appropriate flag.
Any suggestions?
Ceci n'est pas une signature
Columb Healy
Code:
$(perl -e 'print time')
Any suggestions?
Ceci n'est pas une signature
Columb Healy