G7 Commands: E¶
- ed [<filename>]
The ed command is equivalent to opening an existing or new file using the File Open or File New commands from the editor menu. The editor opened is internal to G7, and supports multiple files being open simultaneously, cut and paste between files, and editor windows can be open in the background while you are working with the G7 Console.
Related Topics: Editing Files
Related Topics: xl font
Related Topics: xl font
Related Topics: xl font
Related Topics: xl font
- eqpunch <filename> | “off”
The eqpunch command is for writing equation results to a file in a tabular format. We follow the precedent of giving those files an “.EQP” extension, but of course any file name will do. The use of the eqpunch command is analogous to use of the ipch command, and in fact both often are used in the same regression .REG file. The eqpunch command sets up a file for writing by the titpch and tpch commands. The titpch command writes out a header for the table, and the tpch command writes out regression results, one line per sector. See the documentation on the tpch command for a complete example.