Quote:
Originally Posted by gmahesh2k
I would like to echo the System date and time and print it whenever I run the script so that I have a record of the script run date
Thanks and regards,
Mahesh
|
Assuming I understand this you want something like
date data
data=something
echo "`date +%d%m%Y`{Separator}$data" >> file
cat file
16052008{Separator}something