|
gcov(1) -- test coverage program
|
The gcov utility is a test coverage program. Use it in concert with gcc(1) to analyze programs to help create more efficient, faster running code. gcov can be used as a profiling tool to help discover... |
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 (National Language Support) in input-file into a formatted message catalog file output-file. The file output-file will be created if it does not already exist. I... |
getconf(1) -- get configuration values
|
The getconf utility writes the current value of a configurable system limit or option variable to the standard output. The name argument specifies the system variable to be queried. The pathname argum... |
getopt(1) -- parse command options
|
getopt 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)); if a let... |
gprof(1) -- display call graph profile data
|
gprof produces an execution profile of C, Pascal, or Fortran77 programs. The effect of called routines is incorporated in the profile of each caller. The profile data is taken from the call graph prof... |
grep(1) -- file pattern searcher
|
The grep utilities search the given input files selecting lines that match one or more patterns. By default, a pattern matches an input line if any regular expression (RE) in the pattern matches the i... |
hp300/grfinfo(1) -- display information about grf graphics devices
|
grfinfo displays information about the graphics framebuffer device list. The options are as follows: -a For each device, display the type and all possible information. -t For each device, display the ... |
grodvi(1) -- convert groff output to TeX dvi format
|
grodvi is a driver for groff that produces TeX dvi format. Normally it should be run by groff -Tdvi. This will run troff -Tdvi; it will also input the macros /usr/share/tmac/tmac.dvi; if the input is ... |
groff(1) -- front end for the groff document formatting system
|
groff is a front-end to the groff document formatting system. Normally it runs the troff program and a postprocessor appropriate for the selected device. Available devices are: ps For PostScript print... |
grog(1) -- guess options for groff command
|
grog reads files and guesses which of the groff(1) options -e, -man, -me, -mm, -ms, -p, -s, and -t are required for printing files, and prints the groff command including those options on the standard... |
grohtml(1) -- html driver for groff
|
grohtml translates the output of GNU troff to html. Normally grohtml should be invoked by using the groff command with a -Thtml option. If no files are given, grohtml will read the standard input. A f... |
grolj4(1) -- groff driver for HP Laserjet 4 family
|
grolj4 is a driver for groff that produces output in PCL5 format suitable for an HP Laserjet 4 printer. There is an additional drawing command available: 'R dh dv' Draw a rule (solid black rectangle... |
grops(1) -- PostScript driver for groff
|
grops translates the output of GNU troff to PostScript. Normally grops should be invoked by using the groff command with a -Tps option. (Actually, this is the default for groff.) If no files are given... |
grotty(1) -- groff driver for typewriter-like devices
|
grotty translates the output of GNU troff into a form suitable for typewriter-like devices. Normally grotty should invoked by using the groff command with a -Tascii or -Tlatin1 option. If no files are... |