home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GCC258_3.LHA / gcc / man / whatis.db < prev   
Encoding:
Text File  |  1993-12-08  |  14.6 KB  |  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) - alphabetic character test
  167.  isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toupper, tolower, toascii (3) - character classification macros
  168.  iscntrl (3) - control character test
  169.  isdigit (3) - decimal­digit character test
  170.  isgraph (3) - printing character test (space character exculsive)
  171.  isinf, isnan (3) - test for infinity or not­a­number (NaN)
  172.  islower (3) - lower­case character test
  173.  isprint (3) - printing character test (space character inclusive)
  174.  ispunct (3) - punctuation character test
  175.  isspace (3) - white­space character test
  176.  isupper (3) - upper­case character test
  177.  isxdigit (3) - hexadecimal­digit character test
  178.  kill (2) - send signal to a process
  179.  killpg (2) - send signal to a process group
  180.  labs (3) - return the absolute value of a long integer
  181.  ldexp (3) - mutliply floating­point number by integral power of 2
  182.  ldiv (3) - return quotient and remainder from division
  183.  link (2) - make a hard file link
  184.  lseek (2) - reposition read/write file offset
  185.  malloc, (3) - general memory allocation function
  186.  malloc, free, realloc, calloc, alloca (3) - general memory allocation operations
  187.  man.conf (5) - configuration file for man(1)
  188.  memchr (3) - locate byte in byte string
  189.  memcmp (3) - compare byte string
  190.  memcpy (3) - copy byte string
  191.  memmove (3) - copy byte string
  192.  memset (3) - write a byte to byte string
  193.  mkdir (2) - make a directory file
  194.  mktemp (3) - make temporary file name (unique)
  195.  modf (3) - extract signed integral and fractional values from floating­point number
  196.  nice (3) - set program scheduling priority
  197.  nlist (3) - retrieve symbol table name list from an executable file
  198.  open (2) - open or create a file for reading or writing
  199.  opendir, readdir, telldir, seekdir, rewinddir, closedir, dirfd (3) - directory operations
  200.  pause (3) - stop until signal
  201.  perror, strerror, sys_errlist, sys_nerr (3) - system error messages
  202.  pipe (2) - create descriptor pair for interprocess communication
  203.  popen, pclose (3) - process I/O
  204.  printf, fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, vsnprintf (3) - formatted output conversion
  205.  psignal, sys_siglist (3) - system signal messages
  206.  qsort, heapsort (3) - sort functions
  207.  radixsort (3) - radix sort
  208.  raise (3) - send a signal to the current process
  209.  rand, srand (3) - bad random number generator
  210.  random, srandom, initstate, setstate (3) - better random number generator;     routines for changing generators
  211.  read, readv (2) - read input
  212.  readlink (2) - read value of a symbolic link
  213.  realloc (3) - reallocation of memory function
  214.  regcomp, regexec, regsub, regerror (3) - regular expression handlers
  215.  remove (3) - remove directory entry
  216.  rename (2) - change the name of a file
  217.  rindex (3) - locate character in string
  218.  rmdir (2) - remove a directory file
  219.  scandir, alphasort (3) - scan a directory
  220.  scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf (3) - input format conversion
  221.  select (2) - synchronous I/O multiplexing
  222.  setbuf, setbuffer, setlinebuf, setvbuf (3) - stream buffering operations
  223.  setgroups (2) - set group access list
  224.  setpgid, setpgrp (2) - set process group
  225.  setregid (2) - set real and effective group ID
  226.  setreuid (2) - set real and effective user ID's
  227.  setuid, seteuid, setruid, setgid, setegid, setrgid (3) - set user and group ID
  228.  sigaction (2) - software signal facilities
  229.  sigblock (2) - block signals
  230.  siginterrupt (3) - allow signals to interrupt system calls
  231.  signal (3) - simplified software signal facilities
  232.  sigpause (2) - atomically release blocked signals and wait for interrupt
  233.  sigprocmask (2) - manipulate current signal mask
  234.  sigreturn (2) - return from signal
  235.  sigsetjmp, siglongjmp, setjmp, longjmp, _setjmp, _longjmp longjmperror (3) - non­local jumps
  236.  sigsetmask (2) - set current signal mask
  237.  sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember (3) - manipulate signal masks
  238.  sigstack (2) - set and/or get signal stack context
  239.  sigsuspend (2) - atomically release blocked signals and wait for interrupt
  240.  sigvec (2) - software signal facilities
  241.  sleep (3) - suspend process execution for interval of seconds
  242.  stat, lstat, fstat (2) - get file status
  243.  statfs (2) - get file system statistics
  244.  stdio (3) - standard input/output library functions
  245.  strcasecmp (3) - compare strings, ignoring case
  246.  strcat (3) - concatenate strings
  247.  strcat, strncat, strchr, strrchr, strcmp, strncmp, strcasecmp, strncasecmp, strcpy, strncpy, strerror, strlen, strpbrk, strsep, strspn, strcspn, strstr, strtok, index, rindex (3) - string specific functions
  248.  strchr (3) - locate character in string
  249.  strcmp (3) - compare strings
  250.  strcoll (3) - compare strings according to current collation
  251.  strcpy (3) - copy strings
  252.  strcspn (3) - span the complement of a string
  253.  strdup (3) - save a copy of a string
  254.  strftime (3) - format date and time
  255.  strlen (3) - find length of string
  256.  strmode (3) - convert inode status information into a symbolic string
  257.  strpbrk (3) - locate multiple characters in string
  258.  strrchr (3) - locate character in string
  259.  strsep (3) - separate strings
  260.  strspn (3) - span a string
  261.  strstr (3) - locate a substring in a string
  262.  strtod (3) - convert ASCII string to double
  263.  strtok, strsep (3) - string token operations
  264.  strtol (3) - convert string value to a long integer
  265.  strtoul (3) - convert a string to an unsigned long integer
  266.  strxfrm (3) - transform a string under locale
  267.  swab (3) - swap adjacent bytes
  268.  symlink (2) - make symbolic link to a file
  269.  syscall (2) - indirect system call
  270.  system (3) - pass a command to the shell
  271.  tempnam, tmpfile, tmpnam (3) - temporary file routines
  272.  tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs (3) - terminal independent operation routines
  273.  time (3) - get time of day
  274.  times (3) - process times
  275.  timezone (3) - return the timezone abbreviation
  276.  tolower (3) - upper case to lower case letter conversion
  277.  toupper (3) - lower case to upper case letter conversion
  278.  truncate (2) - truncate a file to a specified length
  279.  ttyname, isatty, ttyslot (3) - get name of associated terminal (tty) from file descriptor
  280.  tzset, tzsetwall (3) - initialize time conversion information
  281.  ualarm (3) - schedule signal after specified time
  282.  ungetc (3) - un­get character from input stream
  283.  unlink (2) - remove directory entry
  284.  unvis, strunvis (3) - decode a visual representation of characters
  285.  usleep (3) - suspend execution for interval of microseconds
  286.  utime (3) - set file times
  287.  utimes (2) - set file access and modification times
  288.  valloc (3) - aligned memory allocation function
  289.  vfork (2) - spawn new process in a virtual memory efficient way
  290.  vis (3) - visually encode characters
  291.  wait, waitpid, wait4, wait3 (2) - wait for process terminatation
  292.  write, writev (2) - write output
  293.