|
nl(1) -- number lines of files
|
Write each FILE to standard output, with line numbers added. With no FILE, or when FILE is -, read standard input. -b, --body-numbering=STYLE use STYLE for numbering body lines -d, --section-delimiter... |
nlmconv(1) -- converts object code into an NLM.
|
nlmconv converts the relocatable i386 object file infile into the NetWare Loadable Module outfile, optionally reading headerfile for NLM header information. For instructions on writing the NLM command... |
nm(1) -- list symbols from object files
|
GNU nm lists the symbols from object files objfile.... If no object files are listed as arguments, nm assumes the file a.out. For each symbol, nm shows: o The symbol value, in the radix selected by op... |
nohup(1) -- run a command immune to hangups, with output to a non-tty
|
Run COMMAND, ignoring hangup signals. --help display this help and exit --version output version information and exit |
nroff(1) -- emulate nroff command with groff
|
The nroff script emulates the nroff command using groff. Only ascii, ascii8, latin1, utf8, nippon, and cp1047 are valid arguments for the -T option. If an invalid or no -T option is given, nroff check... |
nslookup(1) -- query Internet name servers interactively
|
Nslookup is a program to query Internet domain name servers. Nslookup has two modes: interactive and non-interactive. Interactive mode allows the user to query name servers for information about vario... |
ntpdate(1) -- set the date and time via NTP
|
ntpdate sets the local date and time by polling the Network Time Protocol (NTP) server(s) given as the server arguments to determine the correct time. It must be run as root on the local host. A numbe... |
ntptimeset(1) -- the network time protocol
|
The NTP distribution does not include man pages, but it does include a thorough manual in HTML. To help Debian users manage disk space, this documentation is packaged separately from the executables. ... |
nvi(1) -- text editors
|
Vi is a screen oriented text editor. Ex is a line-oriented text editor. Ex and vi are different interfaces to the same program, and it is possible to switch back and forth during an edit session. View... |
oafd(1) -- the GNOME Object Activation Daemon.
|
The oafd daemon provides a simple naming-service wrapper for GNOME applicatinos that are using CORBA, Orbit, OAF and/or Bonobo. oafd is normally started automatically when the gnome desktop is started... |
objcopy(1) -- copy and translate object files
|
The GNU objcopy utility copies the contents of an object file to another. objcopy uses the GNU BFD Library to read and write the object files. It can write the destination object file in a format diff... |
objdump(1) -- display information from object files.
|
objdump displays information about one or more object files. The options control what particular information to display. This information is mostly useful to programmers who are working on the compila... |
od(1) -- dump files in octal and other formats
|
Write an unambiguous representation, octal bytes by default, of FILE to standard output. With no FILE, or when FILE is -, read standard input. -A, --address-radix=RADIX decide how file offsets are pri... |