A simple text editor in C.
$ make
$ ./textEditor <a file name>
- 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
Deep Aggarwal
[email protected]
Date Started: 03/09/2015