|
flex(1) -- fast lexical analyzer generator
|
flex is a tool for generating scanners: programs which recognize 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 sc... |
flex++(1) -- fast lexical analyzer generator
|
flex is a tool for generating scanners: programs which recognize 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 sc... |
|
fmt(1) -- simple text formatter
|
fmt is a simple text formatter which reads the concatenation of input files (or standard input if none are given) and produces on standard output a version of its input with lines as close to the goal... |
fold(1) -- fold long lines for finite width output device
|
fold is a filter which folds the contents of the specified files, or the standard input if no files are specified, breaking the lines to have a maximum of 80 characters. The options are as follows: -b... |
foreach(1) -- a shell (command interpreter) with C-like syntax
|
csh is a command language interpreter incorporating a history mechanism (see History substitutions), job control facilities (see Jobs), interactive file name and user name completion (see File name co... |
fpr(1) -- interpret carriage-control characters
|
The asa utility reads files sequentially, mapping FORTRAN carriage-control characters to line-printer control sequences, and writes them to the standard output. The first character of each line is int... |
from(1) -- print names of those who have sent mail
|
from prints out the mail header lines from the invoker's mailbox. The options are as follows: -f file The supplied file is examined instead of the invoker's mailbox. If the -f option is used, the us... |
fs(1) -- Manage AFS directories
|
The fs utility is used to manipulate the AFS filesystem. Note that the fs utility does not modify the traditional UNIX filesystem, only files in AFS. The fs utility provides several commands: apropos ... |
fsplit(1) -- split a multi-routine Fortran file into individual files
|
fsplit takes as input either a file or standard input containing Fortran source code. It attempts to split the input into separate routine files of the form name.f, where name is the name of the progr... |
fstat(1) -- display status of open files
|
fstat identifies open files. A file is considered open by a process if it was explicitly opened, is the working directory, root directory, active pure text, or kernel trace file for that process. If n... |
ftp(1) -- ARPANET file transfer program
|
ftp is the user interface to the ARPANET standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. The latter three usage formats will fetch a fil... |
g++(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... |
g77(1) -- GNU project Fortran Compiler (v0.5.24)
|
The C and F77 compilers are integrated; g77 is a program to call gcc with options to recognize programs written in Fortran (ANSI FORTRAN 77, also called F77). gcc processes input files through one or ... |
gcc(1) -- GNU project C and C++ Compiler (gcc-2.95)
|
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... |
gcc-local(1) -- local modifications to gcc
|
Some OpenBSD platforms use a derivative of gcc 2.95.3, others use a derivative of gcc 3.3.2. In both cases, the gcc software comes with specific modifications for OpenBSD. - gcc does not search under ... |