search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

Programming Dictionary

Online technical manual for service programmers
Popular searches:
Dictionary homepage Server Linux Linux ex command
Linux ex command Detailed instructions for use

Linux ex command

Chinese translation Recent Updates: 2018-06-13 10:39:11

ex

英[eks] 美[ɛks,eks]

n.<口>Ex-wife or ex-husband, former boyfriend or girlfriend

prep.Excludes, except...

Linux ex command syntax

Function: The ex command is used to start the vim text editor in Ex mode.

Syntax: ex [options][parameters]

Linux ex command example

After entering the file name after the ex command and pressing the Enter key, you can enter the ex editing mode. For example, to edit the testfile file, the command format used is as follows:

ex testfile

The output information is as follows:

"testfile" 5L, 95C
Linux ex command