home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / share / sharmies / unixdos / data.z / unixdos.cnt (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-11-18  |  9KB  |  186 lines

  1. :Base unixdos.hlp>main
  2. :Title UnixDos Online Help (Version 4.0)
  3. 1 General Information
  4. 2 Introduction=INTRODUCTION
  5. 2 History of UnixDos=HISTORY
  6. 2 UnixDos License Agreement=LICENSE
  7. 2 UnixDos License Management=UD_MGMT
  8. 2 DOS/UNIX Name Clash=NAMECLASH
  9. 2 Installation for Windows95/NT=INSTALLATION32
  10. 2 Installation for Windows3.11/MS-DOS=INSTALLATION16
  11. 2 How to get Command Line Help=GET_HELP
  12. 2 Overview by functional Groups
  13. 3 Group1: Move/delete/change files or directories=GRP1
  14. 3 Group2: Display/search the contents of files=GRP2
  15. 3 Group3: Manipulate file contents (analyse, convert, count, edit, extract, sort, split)=GRP3
  16. 3 Group4: List/find files/directories=GRP4
  17. 3 Group5: Compare/merge files=GRP5
  18. 3 Group6: User Interaction=GRP6
  19. 3 Group7: Miscellaneous=GRP7
  20. 2 Overview by Origin
  21. 3 Basic or Core UNIX utilities=UNIX_CORE
  22. 3 Berkeley UNIX extensions=UNIX_BERKELEY
  23. 3 Additional new UnixDos utilities=UNIX_NEW
  24. 2 Overview by Alphabet
  25. 3 Overview by Alphabet=OVERVIEW_ALPHA
  26. 2 Argument Expansion
  27. 3 Introduction=ARG_EXP
  28. 3 UNIX Regular Expression for File Matches
  29. 4 Introduction=REG_EXP_FILE
  30. 4 Wildcard (*)=WILDCARD
  31. 4 Wildspace (?)=WILDSPACE
  32. 4 Character List ([  ])=CHAR_LIST
  33. 4 Inverted Character List ([^  ])=INV_CHAR_LIST
  34. 4 Escape Meta Charcater (\)=ESCAPE
  35. 4 Environment Variable UNIX Style ($Env)=ENV_VAR1
  36. 4 Run program(s) as Argument (`prog`)=RUN_PROG
  37. 4 UnixDos Configuration file (unixdos.cfg)=CFG_FILE
  38. 4 Combining Meta Characters=COMB_META
  39. 3 UnixDos Argument Expansion Extensions
  40. 4 Introduction=REG_EXP_EXT
  41. 4 Full Inversion (!{re})=FULL_INVERT
  42. 4 Selective Inversion (!{re1}!{re2})=SELECT_INVERT
  43. 4 File List (@list)=FILE_LIST
  44. 4 Environment Variable DOS Style (%Env%)=ENV_VAR2
  45. 4 Automatic Environment Variable=AUTO_ENV
  46. 4 Text Exchange (~[fn~]text)=TEXT_EX
  47. 4 Environment variable Exchange (~[fn~]$Env)=ENV_EX
  48. 2 Regular Expression for Text Searches
  49. 3 Introduction=REG_EXP_TXT
  50. 3 Line Start (^)=LINE_BEG
  51. 3 Line End ($)=LINE_END
  52. 3 Wildcard fro Text Searches (.*)=WILDCARD_TXT
  53. 3 Wildspace for Text Searches (.)=WILDSPACE_TXT
  54. 3 Group Start \(=GRP_BEG
  55. 3 Group End \)=GRP_END
  56. 3 Group Reference=GRP_REF
  57. 2 General Information
  58. 3 How to get Command Line Help=GET_HELP
  59. 3 Differences between DOS/Windows and UNIX=DIFF_DOS_UNIX
  60. 3 UnixDos Improvements and Changes over "Classic UNIX"=UNIX_IMPROVE
  61. 3 UnixDos Competition=COMPETITION
  62. 3 UnixDos Environment Variable=ENV_VAR
  63. 3 Argument Expansion Test Module SHOW_EXP=SHOW_ARG
  64. 3 Future Plans=FUTURE
  65. 1 Practical Applications of the UnixDos Toolkit
  66. 2 Introduction=INTRO_TIPS
  67. 2 Example1: Get quick overview of your free space on ALL your drives=EX01
  68. 2 Example2: Find space hogs (Hit list of large files sorted by size)=EX02
  69. 2 Example3: Custom process on a list of files (i.e. replace something for many files)=EX03
  70. 2 Example4: Find a text document anywhere on your machine using a text search=EX04
  71. 2 Example5: Get used Disk Space and Directory Overview=EX05
  72. 2 Example6: Cleanup temporary files=EX06
  73. 2 Example7: Find all files you worked on today=EX07
  74. 2 Example8: Finding duplicate files on your machine=EX08
  75. 2 Example9: Measure elapsed Time for (batch) process=EX09
  76. 2 Example10: Find the main directories from the root directory=EX10
  77. 2 Example11: List several numbers (or names) on one single line=EX11
  78. 2 Example12: User Prompt Example=EX12
  79. 2 Example13: Loop Example=EX13
  80. 2 Example14: View many small files together (i.e join all your batch filesr)=EX14
  81. 2 Example15: Return to your home directory in a batch file=EX15
  82. 2 Example16: Find the location of a program=EX16
  83. 2 Example17: Break a line into several lines=EX17
  84. 1 Reference Guide
  85. 2 Introduction to the UnixDos Refercen Guide=INTRO_REF
  86. 2 Alphabetical List of all UnixDos Utilities=OVERVIEW_ALPHA
  87. 2 add: Add numbers (add)=ADD
  88. 2 af: Analyse File (af)=AF
  89. 2 b64: Decode Base64 Internet Text files (b64)=B64
  90. 2 banner: Print text in big letters horizontally (banner)=BANNER
  91. 2 bbanner: Print text in very big letters vertically (bbanner)=BBANNER
  92. 2 basename: Extract filename+extension (basename)=BASENAME
  93. 2 bed: Binary steam editor (bed)=BED
  94. 2 bell: Ring bell (bell)=BELL
  95. 2 bgrep: Search pattern in binary file (bgrep)=BGREP
  96. 2 bsplit: Split binary file into chunks (bsplit)=BSPLIT
  97. 2 bvi : Binary interactive Viewer (bvi )=BVI
  98. 2 cal: Print calendar (cal)=CAL
  99. 2 cat: Display and concatenate files (cat )=CAT
  100. 2 cc: C Compiler Front End (cc)=CC
  101. 2 cc1: C Compiler preparation (cc1)=CC1
  102. 2 cc3: C Compiler post processing (cc3)=CC3
  103. 2 ucd: Change directory and/or drive (ucd)=UCD
  104. 2 chmod: Change file mode (chmod)=CHMOD
  105. 2 cf: Fast Compare (cf)=CF
  106. 2 clear: Clear screen (clear)=CLEAR
  107. 2 cmp: Compare two files (cmp)=CMP
  108. 2 cmpdir: Compare two directories (cmpdir)=CMPDIR
  109. 2 comm: Select or reject common lines in two files (comm)=COMM
  110. 2 conv: Convert numbers to/from any base (conv)=CONV
  111. 2 cp : Copy files (cp )=CP
  112. 2 cpio: Copy files from input/to output (cpio)=CPIO
  113. 2 cut: Cut/Select specified fields from lines (cut)=CUT
  114. 2 udate: Display/change the date & time (udate)=UDATE
  115. 2 dd: Disk to Disk copy/conversion/extraction (dd)=DD
  116. 2 df : Show free and total disk space (df )=DF
  117. 2 diff: Compare two text files and show the differences (diff)=DIFF
  118. 2 dio: Direct Disk Input/Output (dio)=DIO
  119. 2 dirname: Extract directory (dirname)=DIRNAME
  120. 2 dos2unix: Convert DOS text files to UNIX (dos2unix)=DOS2UNIX
  121. 2 extname: Extract file extension (extname)=EXTNAME
  122. 2 du: Show disk usage (du)=DU
  123. 2 drvname: Extract drive from filename (drvname)=DRVNAME
  124. 2 uecho: Echo arguments (uecho)=UECHO
  125. 2 egrep: Search files for one or more pattern/expression (egrep)=EGREP
  126. 2 env: Show/change environment/run command (env)=ENV
  127. 2 uexit: Exit with specified return code (uexit)=UEXIT
  128. 2 expr: Compute an expression (expr)=EXPR
  129. 2 fgrep: Search files for one or more plain pattern (fgrep)=FGREP
  130. 2 file: Determine file type (file)=FILE
  131. 2 filename: Extract file name without extension (filename)=FILENAME
  132. 2 ufind: Find files (ufind)=UFIND
  133. 2 getlines: Get range of lines from a file (getlines)=GETLINES
  134. 2 grep: Search files for one pattern/expression (grep)=GREP
  135. 2 head: Display top lines of a file (head)=HEAD
  136. 2 inpbox: Show message and prompt for input (inpbox)=INPBOX
  137. 2 io: Input/output file areas (io)=IO
  138. 2 ujoin: Join two sorted text files via matching field (ujoin)=UJOIN
  139. 2 kill: Terminate/kill a process (kill)=KILL
  140. 2 line: Read one line from user/keyboard (line)=LINE
  141. 2 ls: List files (ls)=LS
  142. 2 mak2mk: Convert Visual C Makefile to UNIXDOS makefile (mak2mk)=MAK2MK
  143. 2 M4: Advanced Text Generator (M4)=M4
  144. 2 mf: Show free memory (mf)=MF
  145. 2 mkdir: Make a directory (mkdir)=MKDIR
  146. 2 umore: Browse thru text file (umore)=UMORE
  147. 2 msgbox: Display Message box (msgbox)=MSGBOX
  148. 2 mv: Move or rename files (mv)=MV
  149. 2 mvdir: Rename a directory (mvdir)=MVDIR
  150. 2 nl: Line numbering (nl)=NL
  151. 2 od: Octal, hex, decimal, ascii file dump (od)=OD
  152. 2 paste: Merge lines from several files (paste)=PASTE
  153. 2 pr: Print files (pr)=PR
  154. 2 ps: Show current processes (ps)=PS
  155. 2 pwd: Print working directory (pwd)=PWD
  156. 2 rm: Remove files/directories (rm)=RM
  157. 2 saveexit: Save errorlevel of previous command (saveexit)=SAVEEXIT
  158. 2 sed: Stream editor (sed)=SED
  159. 2 setenv: Set environment variables (setenv)=SETENV
  160. 2 show_exp: Show UnixDos argument expansion (show_exp)=SHOW_EXP
  161. 2 slash: Convert file slashes (slash)=SLASH
  162. 2 sleep: Wait for specific time (sleep)=SLEEP
  163. 2 usort: Sort/merge text files (usort)=USORT
  164. 2 split: Split text file into chunks (split)=SPLIT
  165. 2 stderr: Redirect stderr to stdout (stderr)=STDERR
  166. 2 strings: Extract text strings from binary files (strings)=STRINGS
  167. 2 sum: Display checksum and block count of files (sum)=SUM
  168. 2 tail: Print last part of a text file (tail)=TAIL
  169. 2 tee: Display STDIN and copy to files (tee)=TEE
  170. 2 test: Test expression (test)=TEST
  171. 2 utime: Time a command (utime)=UTIME
  172. 2 touch: Update date/time of file (touch)=TOUCH
  173. 2 txtbox: Interactive Text Viewer (txtbox)=TXTBOX
  174. 2 tr: Translate characters (tr)=TR
  175. 2 ud_mgmt: UnixDos license Management (ud_mgmt)=UD_MGMT
  176. 2 uniq: Find unique lines/keys (uniq)=UNIQ
  177. 2 unix2dos: Convert UNIX text files to DOS (unix2dos)=UNIX2DOS
  178. 2 uptime: Show elapsed time since reboot or reset (uptime)=UPTIME
  179. 2 usrchar: Prompt user for single character (usrchar)=USRCHAR
  180. 2 usrprmpt: Prompt user for text (usrprmpt)=USRPRMPT
  181. 2 uudecode: Decode a transmitted binary file (uudecode)=UUDECODE
  182. 2 uuencode: Encode a binary file to text for transmission (uuenode)=UUENCODE
  183. 2 wait_end: Wait for process completion (wait_end)=WAIT_END
  184. 2 wc: Word/Line counter (wc)=WC
  185. 2 which: Locate a program (which)=WHICH
  186.