edit
Authorization
Any user authorized to run composer is authorized to issue this command.
Syntax
{edit | ed} filename
Arguments
- filename
- The name of the file to be edited.
Comments
An editor is started and the specified file is opened for editing. See The composer editor for more information.
Examples
To open the file mytemp
for editing, run the following command:
edit mytemp
To open the file resfile
for editing, run the
following command:
ed resfile