Posts Tagged ‘vi’

vim – Vi IMproved, a programmers text editor
USAGE
vim [options] [file ..]
vim [options] -
vim [options] -t tag
vim [options] -q [errorfile]

ex
[...]

Saturday, August 29th, 2009 at 00:37 | Comments Off
Categories: V
Tags: , ,

etags, ctags – generate tag file for Emacs, vi
USAGE
etags [-aCDGImRVh] [-i file] [-l language]
[-o tagfile] [-r regexp]
[--append] [--no-defines] [--no-globals] [--include=file]
[--ignore-indentation] [--language=language] [--members]
[...]

Saturday, August 29th, 2009 at 00:36 | Comments Off
Categories: E, c

emacs – GNU project Emacs
USAGE
emacs [ command-line switches ] [ files ... ]

DESCRIPTION
GNU Emacs is a version of Emacs, written by the author of the original
(PDP-10) Emacs, Richard Stallman.
[...]

Friday, August 28th, 2009 at 21:43 | Comments Off
Categories: E

ed, red – text editor
USAGE
ed [-] [-Gs] [-p string] [file]

red [-] [-Gs] [-p string] [file]

DESCRIPTION
ed is a line-oriented text editor. It is used to create, display, mod-
[...]

Friday, August 28th, 2009 at 00:47 | Comments Off
Categories: E, R
Tags: , , , , ,

ctags and etags programs generate an index file for a variety of language objects.

USAGE
ctags [options] [file(s)]

etags [options] [file(s)]

DESCRIPTION
The ctags and etags programs (hereinafter collectively referred to as
[...]

Thursday, August 27th, 2009 at 00:01 | Comments Off
Categories: E, c
Tags: , , ,
Wednesday, August 26th, 2009 at 23:58 | Comments Off
Categories: T

cdecl, c++decl – Compose C and C++ type declarations
USAGE
cdecl [-a | -+ | -p | -r] [-ciqdDV]
[[ files ...] | explain … | declare … | cast … | set … |
[...]

Wednesday, August 26th, 2009 at 22:20 | Comments Off
Categories: c
Wednesday, August 26th, 2009 at 02:32 | Comments Off
Categories: B
Tags: , , , , , ,
TOP