home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / whatis.db
Text File  |  1994-02-27  |  15KB  |  293 lines

  1.  ar (1) - create and maintain library archives
  2.  basename (1) - strip directory and suffix from filenames
  3.  bc (1) - An arbitrary precision calculator language
  4.  bison (1) - GNU Project parser generator (yacc replacement)
  5.  brik (1) - calculate 32-bit CRC
  6.  cat (1) - concatenate files and print on the standard output
  7.  chgrp (1) - change the group ownership of files
  8.  chmod (1) - change the access permissions of files
  9.  chown (1) - change the user and group ownership of files
  10.  cksum (1) - checksum and count the bytes in a file
  11.  comm (1) - compare two sorted files line by line
  12.  configure (1) - prepare source code to be built
  13.  cp (1) - copy files
  14.  cpio (1) - copy files to and from archives
  15.  csplit (1) - split a file into sections determined by context lines
  16.  cut (1) - remove sections from each line of files
  17.  date (1) - print or set the system date and time
  18.  dd (1) - convert a file while copying it
  19.  df (1) - summarize free disk space
  20.  dirname (1) - strip filename suffix from pathname
  21.  du (1) - summarize disk usage
  22.  echo (1) - display a line of text
  23.  env (1) - run a program in a modified environment
  24.  expand (1) - convert tabs to spaces
  25.  expr (1) - evaluate expressions
  26.  false (1) - do nothing, unsuccessfully
  27.  flex (1) - fast lexical analyzer generator
  28.  fold (1) - wrap each input line to fit in specified width
  29.  gperf (1) - generate a perfect hash function from a key set
  30.  groups (1) - print the groups a user is in
  31.  gzexe (1) - compress executable files in place
  32.  head (1) - output the first part of files
  33.  id (1) - print real and effective UIDs and GIDs
  34.  info (1) - GNU's hypertext system
  35.  install (1) - copy files and set their attributes
  36.  ispell (1) - Correct spelling for a file
  37.  join (1) - join lines of two files on a common field
  38.  ksh (1) - Bourne / Korn Shell (Public Domain)
  39.  ln (1) - make links between files
  40.  logname (1) - print user's login name
  41.  make (1) - GNU make utility to maintain groups of programs
  42.  mkdir (1) - make directories
  43.  mkfifo (1) - make FIFOs (named pipes)
  44.  mknod (1) - make special files
  45.  mv (1) - rename files
  46.  nice (1) - run a program with modified scheduling priority
  47.  nl (1) - number lines of files
  48.  nohup (1) - run a command immume to hangups, with output to a non-tty
  49.  od (1) - dump files in octal and other formats
  50.  paste (1) - merge lines of files
  51.  patch (1) - apply a diff file to an original
  52.  pathchk (1) - check whether pathnames are valid or portable
  53.  pr (1) - convert text files for printing
  54.  printenv (1) - print all or part of environment
  55.  printf (1) - format and print data
  56.  rm (1) - remove files
  57.  rmdir (1) - remove empty directories
  58.  sh (1) - invoke the shell command interpreter
  59.  sleep (1) - delay for a specified amount of time
  60.  sort (1) - sort lines of text files
  61.  split (1) - split a file into pieces
  62.  stty (1) - change and print terminal line settings
  63.  su (1) - run a shell with substitute user and group IDs
  64.  sum (1) - checksum and count the blocks in a file
  65.  tac (1) - concatenate and print files in reverse
  66.  tail (1) - output the last part of files
  67.  tee (1) - read from standard input and write to standard output and files
  68.  test (1) - check file types and compare values
  69.  touch (1) - change file timestamps
  70.  tr (1) - translate or delete characters
  71.  true (1) - do nothing, successfully
  72.  tty (1) - print the path of the terminal connected to standard input
  73.  uname (1) - print system information
  74.  unexpand (1) - convert spaces to tabs
  75.  uniq (1) - remove duplicate lines from a sorted file
  76.  wc (1) - print the number of bytes, words, and lines in files
  77.  who (1) - show who is logged on
  78.  whoami (1) - print effective userid
  79.  yes (1) - output a string repeatedly until killed
  80.  zforce (1) - force a '.gz' extension on all gzip files
  81.  zgrep (1) -  search possibly compressed files for a regular expression
  82.  zmore (1) - file perusal filter for crt viewing of compressed text
  83.  znew (1) -   recompress .Z files to .gz files
  84.  uuencode (1) - encode a binary file uudecode
  85.  uudecode (1) - decode a file created by uuencode
  86.  _exit (2) - terminate the calling process
  87.  abort (3) - cause abnormal program termination
  88.  abs (3) - integer absolute value function
  89.  access (2) - check access permissions of a file or pathname
  90.  alarm (3) - set signal timer alarm
  91.  alloca (3) - memory allocator
  92.  asctime, ctime, difftime, gmtime, localtime, mktime (3) - transform binary date and time value to ASCII
  93.  atexit (3) - register a function to be called on exit
  94.  atof (3) - convert ASCII string to double
  95.  atoi (3) - convert ASCII string to integer
  96.  atol (3) - convert ASCII string to long integer
  97.  bcmp (3) - compare byte string
  98.  bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memmove, memset (3) - byte string operations
  99.  bcopy (3) - copy byte string
  100.  bsearch (3) - binary search of a sorted table
  101.  bzero (3) - write zeroes to a byte string
  102.  calloc (3) - allocate clean memory (zero initialized space)
  103.  chdir, fchdir (2) - change current working directory
  104.  chmod, fchmod (2) - change mode of file
  105.  clearerr, feof, ferror, fileno (3) - check and reset stream status
  106.  clock (3) - determine processor time used
  107.  close (2) - delete a descriptor
  108.  creat (2) - create a new file
  109.  crypt, setkey, encrypt, des_setkey, des_cipher (3) - DES encryption
  110.  ctermid (3) - generate terminal pathname
  111.  curses (3) - screen functions with ``optimal'' cursor motion
  112.  div (3) - return quotient and remainder from division
  113.  dup, dup2 (2) - duplicate an existing file descriptor
  114.  execl, execlp, execle, exect, execv, execvp (3) - execute a file
  115.  execve (2) - execute a file
  116.  exit (3) - perform normal program termination
  117.  fclose (3) - close a stream
  118.  fcntl (2) - file control
  119.  fflush, fpurge (3) - flush a stream
  120.  ffs (3) - find first bit set in a bit string
  121.  fgetc, getc, getchar, getw (3) - get next character or word from input stream
  122.  fgetline (3) - get a line from a stream
  123.  fgetpos, fseek, fsetpos, ftell, rewind (3) - reposition a stream
  124.  fgets, gets (3) - get a line from a stream
  125.  fnmatch (3) - match filename or pathname
  126.  fopen, fdopen, freopen (3) - stream open functions
  127.  fputc, putc, putchar, putw (3) - output a character or word to a stream
  128.  fputs, puts (3) - output a line to a stream
  129.  fread, fwrite (3) - binary stream input/output
  130.  free (3) - free up memory allocated with malloc, calloc or realloc
  131.  frexp (3) - convert floating­point number to fractional and integral compo­     nents
  132.  fsync (2) - synchronize a file's in­core state with that on disk
  133.  fts (3) - traverse a file hierarchy
  134.  funopen, fropen, fwopen (3) - open a stream
  135.  getdtablesize (2) - get descriptor table size
  136.  getenv, putenv, setenv, unsetenv (3) - environment variable functions
  137.  getfsent, getfsspec, getfsfile, setfsent, endfsent (3) - get file system descriptor file entry
  138.  getfsstat (2) - get list of all mounted filesystems
  139.  getgid, getegid (2) - get group process identification
  140.  getgrent, getgrnam, getgrgid, setgroupent, setgrent, endgrent (3) - group database operations
  141.  getgroups (2) - get group access list
  142.  gethostname, sethostname (2) - get/set name of current host
  143.  getitimer, setitimer (2) - get/set value of interval timer
  144.  getlogin, setlogin (2) - get/set login name
  145.  getmntinfo (3) - get information about mounted file systems
  146.  getmode, setmode (3) - modify mode bits
  147.  getopt (3) - get option letter from argv
  148.  getpagesize (2) - get system page size
  149.  getpass (3) - get a password
  150.  getpgrp (2) - get process group
  151.  getpid, getppid (2) - get parent or calling process identification
  152.  getpriority, setpriority (2) - get/set program scheduling priority
  153.  getpwent, getpwnam, getpwuid, setpassent, setpwent, endpwent (3) - password database operations
  154.  getrlimit, setrlimit (2) - control maximum system resource consumption
  155.  getrusage (2) - get information about resource utilization
  156.  getsubopt (3) - get sub options from an argument
  157.  gettimeofday, settimeofday (2) - get/set date and time
  158.  getuid, geteuid (2) - get user identification
  159.  getwd (3) - get working directory pathname
  160.  glob, globfree (3) - generate pathnames matching a pattern
  161.  index (3) - locate character in string
  162.  initgroups (3) - initialize group access list
  163.  intro (2) - introduction to system calls and error numbers
  164.  ioctl (2) - control device
  165.  isalnum (3) - alphanumeric character test
  166.  isalpha (3