Editing a file with bash...

Shantanoo Mahajan fbsd at dhumketu.cjb.net
Thu Oct 30 02:16:22 PST 2003


+++ Xpression [freebsd] [29-10-03 09:00 -0500]:
| Hi list, can I edit a file and delete a line by searching any parameter with
| bash ??? Thanks...
| 
| 
| ------------------------------

	grep -v string oldfile > newfile


More information about the freebsd-questions mailing list