|
finger(1) -- user information lookup program
|
The finger displays information about the system users. Options are: -s Finger displays the user's login name, real name, terminal name and write status (as a ``*'' after the terminal name if write... |
flex(1) -- fast lexical analyzer generator
|
flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a s... |
floppycontrol(1) --
|
|
floppymeter(1) --
|
|
fmt(1) -- simple optimal text formatter
|
Reformat each paragraph in the FILE(s), writing to standard output. If no FILE or if FILE is `-', read standard input. Mandatory arguments to long options are mandatory for short options too. -c, --c... |
fold(1) -- wrap each input line to fit in specified width
|
Wrap input lines in each FILE (standard input by default), writing to standard output. -b, --bytes count bytes rather than columns -s, --spaces break at spaces -w, --width=WIDTH use WIDTH columns inst... |
font2c(1) -- Write PostScript Type 0 or Type 1 font as C code
|
This script invokes gs(1) with the following options: -q -dNODISPLAY -dWRITESYSTEMDICT followed by the arguments from the command line. This will write out a PostScript Type 0 or Type 1 font as C code... |
free(1) -- Display amount of free and used memory in the system
|
free displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. The shared memory column should be ignored; it is obsolete. Options ... |
from(1) -- print names of those who have sent mail
|
The from utility prints out the mail header lines from the invoker's mailbox. Options: -c Just print a count of messages and exit. -f file The supplied file is examined instead of the invoker's mail... |
ftnchek(1) --
|
|
fuser(1) -- identify processes using files or sockets
|
fuser displays the PIDs of processes using the specified files or file systems. In the default display mode, each file name is followed by a letter denoting the type of access: c current directory. e ... |
fweb(1) -- WEB processors for C, C++, Fortran, Ratfor, and TeX
|
(This man page is obsolete and is no longer maintained; please see `info fweb' for up-to-date and detailed tree-structured information.) FWEB is an extension of Knuth's WEB system to handle the lang... |
g++-2.96(1) -- GNU project C++ Compiler
|
The C and C++ compilers are integrated; g++ is a script to call gcc with options to recognize C++. gcc processes input files through one or more of four stages: preprocessing, compilation, assembly, a... |