Is there a way to remove a line from a text file at a give line number? The line number is a variable passed from another script. It would remove a string in a text file that is on the given line. Any ideas would be helpful.
You could do by rewriting the text file. Without a manual in front of me I can't give you exact code. Here is a basic algorithm though. I think it would work.