The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-09-2007
bucci bucci is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 81
Lightbulb insert some text to a file log

Hi experts,

i have some problem with inserting text to a file, i have a file named test.log output like this :

11111 22222 33333 44444 55555

i want to insert date into the file test.log, expected output is :

20070501 11111 22222 33333 44444 55555


any idea?

please help

Thank you

Regards,

bucci