Thread: text processing
View Single Post
Old 04-10-2007, 07:59 AM   #1 (permalink)
txd
Addict
 
text processing

Hopefully someone can point me in the right direction.

I have a large text document (1.7mb) in size and I want to edit a recurring line of text in it so that it is blank

The line of text is standard bar the last few characters which represent the page number.

For example, the text would read "thesis title n" where n can be anything from 1 to 700. I would like to change the whole line including the page number to a blank.

Can any one suggest a way to do this. I have access to Linux/OSX and Windows so any can be used for a solution :-)
txd is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62