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.
|