I want to write a shell script which will delete all lines containing a specified word in one or more files supplied as arguments to it.How can i do it?
I am a beginner in shell script.So if you give answer with details about how it works, it will be very helpful.