Hello Guys,
I am unable to delete a particular string in a file, let say there is a file, named it as myfile.txt which contain strings such as
America
England
London
San Diego
Vegas
Atlanta
Georgia
Alaska
Africa
New jersey
New York
from above myfile.txt file, I want to delete "Atlanta" string and After deleting "Atlanta" string, the myfile.txt should be
America
England
London
San Diego
Vegas
Georgia
Alaska
Africa
New jersey
New York
will be appreciated if some body help me......
Thanks in advance
Regards
Cruise