Re: Deleting lines of a file

2001-12-13 Thread Andrea Holstein
Mark McLogan wrote: > > Hi every body > I want delete some lines of a file > I desire to erase the lines that contain the word " home " since I can > make to eliminate these lines in the text if I have this word content in a > variable $var Who has the luck to use a real OS, not a baby tool :-

Re: Deleting lines of a file

2001-12-12 Thread Jeff 'japhy' Pinyan
On Dec 12, Mark Mclogan said: >I want delete some lines of a file >I desire to erase the lines that contain the word " home " since I can >make to eliminate these lines in the text if I have this word content in a >variable $var The Perl FAQ (perldoc -q 'delete a line') suggests the followin

Deleting lines of a file

2001-12-12 Thread Mark Mclogan
Hi every body I want delete some lines of a file I desire to erase the lines that contain the word " home " since I can make to eliminate these lines in the text if I have this word content in a variable $var Thanks all Over Mark McLogan ___