View Single Post

  #1 (permalink)  
Old 09-15-2005, 09:32 AM
kavi kavi is offline
Junior Member
User
 
Join Date: Sep 2005
Posts: 24
Rep Power: 0
kavi
Default script to rewrite data.

I have a .txt file with numerical data in every line.
how do i write a script to create a new file with data from last to first. I mean the last data should be first in the new file, second last data should be second, etc and first data should be the last in the new file.
Reply With Quote