-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
3 lines (2 loc) · 755 Bytes
/
readme.txt
File metadata and controls
3 lines (2 loc) · 755 Bytes
1
2
3
Editor Program User Guide
This guide provides comprehensive instructions for using the Editor program, allowing you to view, edit, and understand changes in input files. To get started, compile the program using the terminal command gcc Editor.c, and then run it with ./a.out input.c, replacing input.c with your desired file. Upon launch, the file's content will be displayed for easy comprehension. Press h for a command menu explaining available actions. To save edited files, enter a filename (a ? will be appended) when prompted. The program offers various commands for navigation and editing; consult the command menu for details. By following these steps, users can confidently utilize the Editor program to enhance their file editing experience.