CAT and DATE
is there a simple way to use cat and date together? all im trying to do right now is create a file, called curdate or something, and just put the contents of the date output in that file. tried a couple different things and nothing is working so far. seems like a simple enough thing to do though. any ideas?
edit*
think i found a way
i just do:
date > curdate
and then to append the current date into a larger file using cat
Last edited by Rv5; 09-11-2004 at 05:18 PM.
|