home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJDEV201.ZIP / info / dir next >
Encoding:
GNU Info File  |  1996-10-21  |  7.9 KB  |  182 lines

  1. This is Info file dir, produced by Makeinfo version 1.67 from the input
  2. file dir.txi.
  3.  
  4. 
  5. File: dir,  Node: Top,  Next: (dir),  Prev: (dir),  Up: (dir)
  6.  
  7.    Welcome to the GNU standalone Info program.  The documentation
  8. presented here is part of the djgpp development package.
  9.  
  10.    To view a topic, use the arrow keys to position the cursor on one of
  11. the lines beginning with a '*' and press 'm' and then 'Enter'.
  12.  
  13.    This (the Directory node) gives a menu of major topics.  Typing "d"
  14. returns here, "q" exits, "?" lists all INFO commands, "h" gives a primer
  15. for first-timers, "mTexinfo<Return>" visits Texinfo topic, etc.  To edit
  16. this dir-file, edit 'dir.txi', and pass it through 'makeinfo'
  17.  
  18.    -- PLEASE ADD DOCUMENTATION TO THIS TREE. (See INFO topic first.) --
  19.  
  20. * Menu:
  21.  
  22.  
  23. * Knowledge Base: (kb.inf).
  24.         The DJGPP Knowledge Base
  25.  
  26. * libc.a: (libc.inf).
  27.     The Standard C Library Reference
  28.  
  29. * as: (as.inf).
  30.     The GNU assembler
  31.  
  32. * Binutils: (binutils.inf).
  33.     The GNU binary utilities "ar", "objcopy",
  34.     "objdump", "nm", "size", "strip", and "ranlib".
  35.  
  36. * Bison: (bison.inf).
  37.     The GNU yacc-like parser generator
  38.  
  39. * CPP: (cpp.inf).
  40.     The GNU C-Preprocessor
  41.  
  42. * diff: (diff.inf).
  43.         GNU diff, cmp, and patch
  44.  
  45. * find: (find.inf).
  46.         Find files on your hard drive
  47.  
  48. * Flex: (flex.inf).
  49.         A fast scanner generator.
  50.  
  51. * gasp: (gasp.inf).
  52.         GNU assembler's macro preprocessor
  53.  
  54. * gawk: (gawk.inf).
  55.         GNU Awk
  56.  
  57. * GCC: (gcc.inf).
  58.     The GNU C, C++, and Objective-C Compiler
  59.  
  60. * GDB: (gdb.inf).
  61.         The GNU Debugger (gdb and gdb-dpmi).
  62.  
  63. * GZip: (gzip.inf).
  64.     The GNU compression filter
  65.  
  66. * iostream: (iostream.inf).
  67.     The C++ input/output facility. (in libiostream.a *and* libgpp.a)
  68.  
  69. * Info: (info.inf).
  70.     Documentation browsing system.  This topic teaches you about
  71.     how to use the online help information.
  72.  
  73. * Info-Standalone: (info-stn.inf).
  74.     This topic helps you use the standalone Info-Program (info.exe)
  75.  
  76. * ld: (ld.inf).
  77.         The GNU linker
  78.  
  79. * libgpp.a: (libgplus.inf).
  80.     The g++ class library.
  81.  
  82. * make: (make.inf).
  83.     Automatically build programs from Makefiles.
  84.  
  85. * Make-Info: (makeinfo.inf).
  86.     Convert a .texinfo file (.txi) to an info file (.inf) suitable
  87.     for the info reader or Emacs.
  88.  
  89. * Texinfo: (texinfo).
  90.     With one source file, make either a printed manual
  91.     (through TeX) or an Info file (through texinfo).
  92.     Full documentation in this menu item.
  93.  
  94. * Utilities: (utils.inf).
  95.         Miscellaneous utilities that come with DJGPP.
  96.  
  97. * Text utilities: (textutils.inf).          GNU text utilities.
  98. * cat: (textutils.inf)cat invocation.           Concatenate and write files.
  99. * cksum: (textutils.inf)cksum invocation.       Print POSIX CRC checksum.
  100. * comm: (textutils.inf)comm invocation.         Compare sorted files by line.
  101. * csplit: (textutils.inf)csplit invocation.     Split by context.
  102. * cut: (textutils.inf)cut invocation.           Print selected parts of lines.
  103. * expand: (textutils.inf)expand invocation.     Convert tabs to spaces.
  104. * fmt: (textutils.inf)fmt invocation.           Reformat paragraph text.
  105. * fold: (textutils.inf)fold invocation.         Wrap long input lines.
  106. * head: (textutils.inf)head invocation.         Output the first part of files.
  107. * join: (textutils.inf)join invocation.         Join lines on a common field.
  108. * md5sum: (textutils.inf)md5sum invocation.     Print or check message-digests.
  109. * nl: (textutils.inf)nl invocation.             Number lines and write files.
  110. * od: (textutils.inf)od invocation.             Dump files in octal, etc.
  111. * paste: (textutils.inf)paste invocation.       Merge lines of files.
  112. * pr: (textutils.inf)pr invocation.             Paginate or columnate files.
  113. * sort: (textutils.inf)sort invocation.         Sort text files.
  114. * split: (textutils.inf)split invocation.       Split into fixed-size pieces.
  115. * sum: (textutils.inf)sum invocation.           Print traditional checksum.
  116. * tac: (textutils.inf)tac invocation.           Reverse files.
  117. * tail: (textutils.inf)tail invocation.         Output the last part of files.
  118. * tr: (textutils.inf)tr invocation.             Translate characters.
  119. * unexpand: (textutils.inf)unexpand invocation. Convert spaces to tabs.
  120. * uniq: (textutils.inf)uniq invocation.         Uniqify files.
  121. * wc: (textutils.inf)wc invocation.             Byte, word, and line counts.
  122.  
  123. * File utilities: (fileutils.inf).  GNU file utilities.
  124. * chgrp: (fileutils.inf)chgrp invocation.       Change file groups.
  125. * chown: (fileutils.inf)chown invocation.       Change file owners/groups.
  126. * chmod: (fileutils.inf)chmod invocation.       Change file permissions.
  127. * cp: (fileutils.inf)cp invocation.             Copy files.
  128. * dd: (fileutils.inf)dd invocation.             Copy and convert a file.
  129. * df: (fileutils.inf)df invocation.             Report filesystem disk usage.
  130. * dir: (fileutils.inf)dir invocation.           List directories briefly.
  131. * dircolors: (fileutils.inf)dircolors invocation.   Color setup for ls.
  132. * du: (fileutils.inf)du invocation.             Report on disk usage.
  133. * install: (fileutils.inf)install invocation.   Copy and change attributes.
  134. * ln: (fileutils.inf)ln invocation.             Make links between files.
  135. * ls: (fileutils.inf)ls invocation.             List directory contents.
  136. * mkdir: (fileutils.inf)mkdir invocation.       Create directories.
  137. * mkfifo: (fileutils.inf)mkfifo invocation.     Create FIFOs: (named pipes).
  138. * mknod: (fileutils.inf)mknod invocation.       Create special files.
  139. * mv: (fileutils.inf)mv invocation.             Rename files.
  140. * rm: (fileutils.inf)rm invocation.             Remove files.
  141. * rmdir: (fileutils.inf)rmdir invocation.       Remove empty directories.
  142. * sync: (fileutils.inf)sync invocation.         Synchronize memory and disk.
  143. * touch: (fileutils.inf)touch invocation.       Change file timestamps.
  144. * vdir: (fileutils.inf)vdir invocation.         List directories verbosely.
  145.  
  146. * Shell utilities: (sh-utils.inf).        GNU shell utilities.
  147. * basename: (sh-utils.inf)basename invocation.    Strip directory and suffix.
  148. * date: (sh-utils.inf)date invocation.        Print/set system date and time.
  149. * dirname: (sh-utils.inf)dirname invocation.    Strip non-directory suffix.
  150. * echo: (sh-utils.inf)echo invocation.        Print a line of text.
  151. * env: (sh-utils.inf)env invocation.        Modify the environment.
  152. * expr: (sh-utils.inf)expr invocation.        Evaluate expressions.
  153. * false: (sh-utils.inf)false invocation.    Do nothing, unsuccessfully.
  154. * groups: (sh-utils.inf)groups invocation.    Print group names a user is in.
  155. * hostname: (sh-utils.inf)hostname invocation.    Print or set system name.
  156. * id: (sh-utils.inf)id invocation.        Print real/effective uid/gid.
  157. * logname: (sh-utils.inf)logname invocation.    Print current login name.
  158. * nice: (sh-utils.inf)nice invocation.        Modify scheduling priority.
  159. * pathchk: (sh-utils.inf)pathchk invocation.    Check file name portability.
  160. * printenv: (sh-utils.inf)printenv invocation.    Print environment variables.
  161. * printf: (sh-utils.inf)printf invocation.    Format and print data.
  162. * pwd: (sh-utils.inf)pwd invocation.            Print working directory.
  163. * sleep: (sh-utils.inf)sleep invocation.    Delay for a specified time.
  164. * stty: (sh-utils.inf)stty invocation.            Print/change terminal settings.
  165. * su: (sh-utils.inf)su invocation.            Modify user and group id.
  166. * tee: (sh-utils.inf)tee invocation.            Redirect to multiple files.
  167. * test: (sh-utils.inf)test invocation.            File/string tests.
  168. * true: (sh-utils.inf)true invocation.            Do nothing, successfully.
  169. * tty: (sh-utils.inf)tty invocation.            Print terminal name.
  170. * uname: (sh-utils.inf)uname invocation.    Print system information.
  171. * users: (sh-utils.inf)users invocation.    Print current user names.
  172. * who: (sh-utils.inf)who invocation.            Print who is logged in.
  173. * whoami: (sh-utils.inf)whoami invocation.    Print effective user id.
  174. * yes: (sh-utils.inf)yes invocation.        Print a string indefinitely.
  175.  
  176.  
  177. 
  178. Tag Table:
  179. Node: Top87
  180. 
  181. End Tag Table
  182.