Difference between revisions of "MC"

From Lianjapedia
Jump to: navigation, search
(Created page with '==Purpose== Execute a text editor to edit program or other text files ==Syntax== MC <filename> | (<expC>) ==See Also== ED, MODIFY CCOMMAND, MODIFY FILE, VI ==D…')
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[ED]], [[MODIFY CCOMMAND]], [[MODIFY FILE]], [[VI]]
+
[[ED]], [[MODIFY COMMAND]], [[MODIFY FILE]], [[VI]]
  
 
==Description==
 
==Description==

Revision as of 11:42, 21 November 2012

Purpose

Execute a text editor to edit program or other text files

Syntax

MC <filename> | (<expC>)

See Also

ED, MODIFY COMMAND, MODIFY FILE, VI

Description

MC provides the facility to create or modify program files and other text files. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is present in the file name, then '.prg' is used.

MODIFY COMMAND is a synonym of the ED, MODIFY COMMAND, MODIFY FILE and VI commands.

Example

modify command myprogram
ed myprogram
mc myprogram
modify file myprogram
vi myprogram