Skip to content

dimitri4788/textEditorInC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text editor

A simple text editor in C.

To compile

$ make

To run

$ ./textEditor <a file name>

Once the program is running, it accepts following user inputs

  • p: Print the contents of the file.
  • a 3 I like cats!: Append "I like cats!" to the text at line number 3.
  • w: Write the changes back to the file (overwrites the file if it exists).
  • q: Quit

Author

Deep Aggarwal
[email protected]
Date Started: 03/09/2015

About

A simple text editor in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published