|
file2c(1) -- convert file to c-source
|
The file2c utility reads a file from stdin and writes it to stdout, converting each byte to its decimal representation on the fly. If the first [string] is present, it is printed before the data; if t... |
filetest(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... |
|
find(1) -- walk a file hierarchy
|
The find utility recursively descends the directory tree for each pathname listed, evaluating an expression (composed of the ``primaries'' and ``operands'' listed below) in terms of each file in t... |
finger(1) -- user information lookup program
|
The finger utility displays information about the system users. Options are: -4 Forces finger to use IPv4 addresses only. -6 Forces finger to use IPv6 addresses only. -s Display the user's login name... |
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
|
The fmt utility 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... |
fold(1) -- fold long lines for finite width output device
|
The fold utility 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 columns. The options are as fo... |
fontedit(1) -- edit fonts
|
The fontedit utility is used to edit the down line reloadable character set (DRCS) of a VT220 terminal. The editor has two display areas, one for displaying the entry currently being manipulated, and ... |
for(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... |
foreach(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... |
from(1) -- print names of those who have sent mail
|
The from utility prints out the mail header lines from the invoker's mailbox. The following options are available: -c Just print a count of messages and exit. -f file The supplied file is examined in... |
fstat(1) -- identify active files
|
The fstat utility identifies open files. A file is considered open by a process if it was explicitly opened, is the working directory, root directory, active executable text, or kernel trace file for ... |
fsync(1) -- synchronize a file's in-core state with that on disk
|
The fsync utility causes all the modified data and meta-data of all the files named on the command line to be written to a permanent storage device. The fsync utility uses the fsync(2) function call. |
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... |