/Line_Editor

Project Description: • Developed the line editor in c++. which get the filename from user perform operation such as. • Read the file content-by using this command user can read the content of any file. • Delete the file content – through this command user can delete the any line from the file. • Display a pertiular line.-user can get the data of particular line using this command. • Find the Particular word from file-through this command user can find any word from file. • Find and Replace the Particular data-through this command user can Find the particuar word and replace it wth new word. • Append the data to file-through this command user can append any data at end of the file. • add the data to file at particular line no-through this command user can add the data to any particular line number. • Save the canges done to file- though this command the data manupliation we have done on the buffer can save this changes on the file..

Primary LanguageC++

This repository is not active