|
g++(1) -- GNU project C and C++ Compiler (gcc-3.2.1)
|
The C and C++ compilers are integrated. Both process input files through one or more of four stages: preprocessing, compilation, assembly, and linking. Source filename suffixes identify the source lan... |
g711conv(1) -- conversions according to G.711
|
The g711conv utility is part of the isdn4bsd package and is used to convert between the A-Law and u-law formats as specified in ITU G.711. It is based on a freely available and freely usable reference... |
|
gasp(1) -- the GNU Assembler Macro Preprocessor
|
gasp is the GNU Assembler Macro Preprocessor. The argument infile is processed and the resulting text is sent to the standard output. The options are as follows: -a Enter enter alternate macro mode. A... |
gate-ftp(1) -- Internet file transfer program
|
ftp is the user interface to the Internet standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. The last five arguments will fetch a file usin... |
gcc(1) -- GNU project C and C++ Compiler (gcc-3.2.1)
|
The C and C++ compilers are integrated. Both process input files through one or more of four stages: preprocessing, compilation, assembly, and linking. Source filename suffixes identify the source lan... |
gcore(1) -- get core images of running process
|
The gcore utility creates a core image of the specified process, suitable for use with gdb(1). By default, the core is written to the file ``core.''. The process identifier, pid, must be given ... |
gcov(1) -- coverage testing tool
|
gcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code. You can use gcov as a profiling tool to help discover where you... |
gdb(1) -- The GNU Debugger
|
The purpose of a debugger such as GDB is to allow you to see what is going on ``inside'' another program while it executes--or what another program was doing at the moment it crashed. GDB can do fou... |
gencat(1) -- NLS catalog compiler
|
The gencat utility merges the text NLS input files input-files... into a formatted message catalog file output-file. The file output-file will be created if it does not already exist. If output-file d... |
gensnmptree(1) -- generate C and header files from a MIB description file
|
The gensnmptree utility is used to either generate C language tables and header files from a MIB description or to numeric OIDs from MIB descriptions. The first form is used only for maintaining the s... |
getconf(1) -- retrieve standard configuration variables
|
The getconf utility prints the value of a POSIX or X/Open path or system configuration variable to the standard output. If the specified variable is undefined, the string ``undefined'' is output. Th... |
getfacl(1) -- get ACL information
|
The getfacl utility writes discretionary access control information associated with the specified file(s) to standard output. If the getconf(1) utility indicates that {_POSIX_ACL_EXTENDED} is not in e... |
getNAME(1) -- get name sections from manual pages
|
The getNAME utility get name sections from manual pages. Without options getNAME building apropos(1) database entries. The options are as follows: -i For building intro entries. -t For building toc. -... |
getopt(1) -- parse command options
|
The getopt utility is used to break up options in command lines for easy parsing by shell procedures, and to check for legal options. Optstring is a string of recognized option letters (see getopt(3))... |
getopts(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |