Raised This Month: $51 Target: $400
 12% 

Deleting a line from a text file?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
StevoTVR
Senior Member
Join Date: Oct 2008
Old 11-17-2008 , 14:49   Deleting a line from a text file?
Reply With Quote #1

What is the best way to remove a single line from a file containing a specific string?

Say I have a text file containing:
apple
banana
carrot
5477n
waffles

What is the most efficient way to delete the line containing carrot?
StevoTVR is offline
Antithasys
Moderator
Join Date: Apr 2008
Old 11-17-2008 , 14:53   Re: Deleting a line from a text file?
Reply With Quote #2

http://forums.alliedmods.net/showthread.php?t=69069
Antithasys is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 11-17-2008 , 15:00   Re: Deleting a line from a text file?
Reply With Quote #3

I read that already. I was hoping there was a simpler way, though.
StevoTVR is offline
Antithasys
Moderator
Join Date: Apr 2008
Old 11-17-2008 , 15:03   Re: Deleting a line from a text file?
Reply With Quote #4

Nope. You cannot search a text file and remove just 1 line. There is no function for that. You have to recreate the file with the line missing or use a different method to store the information.
Antithasys is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 11-17-2008 , 15:43   Re: Deleting a line from a text file?
Reply With Quote #5

Alright, thanks for the info.
StevoTVR is offline
teddyruxpin
Overseer of lost packets
Join Date: Feb 2008
Old 11-17-2008 , 15:46   Re: Deleting a line from a text file?
Reply With Quote #6

on a *nix host you can use grep

cat filename | grep -v "word you want to remove" > outfilename.txt

This will remove the entire line that has the word matched in it and put the results into the outfilename.txt

There is similar things for Windows aswell.

-Teddy
__________________
Black Tusk Labs Home of Turbo TF2 and Turbo L4D:
http://blacktusklabs.com/ - Mah blog and stuff

My Crappy Plugins: SuperBuilds, Parent Buildables,
L4D Player Info
teddyruxpin is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode