home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / GIFTOOL.ZIP / GD.DOC < prev    next >
Text File  |  1991-12-15  |  2KB  |  57 lines

  1. GD.DOC
  2. 1991-12-13
  3.  
  4. GD is a program for displaying all of the GIF files in a directory
  5. with information about each.  The syntax is this:
  6.  
  7. gd [-flags] [directories]
  8.  
  9. Flags are optional, and must be one or more of the following:
  10.  
  11. -v      Verbose mode.  Show the name of the directory and the count
  12.         of files found.
  13.  
  14. -w      Wide mode.  List multiple files on each line without
  15.         comments, rather than one per line with comments.
  16.  
  17. -h,-?   Print usage information.
  18.  
  19. Sample MSDOS session:
  20.  
  21.   C>gd
  22.  
  23.   TANIA02.GIF  640x 480x 256/256k 201k Title: TAN02.GIF~Photograph of Tania by
  24.   FRACT005.GIF 350x 200x 256/256k  24k Mandelbrot background for business card
  25.   TROI.GIF     393x 535x 256/ 16M 112k Mirina Sirtis from "Star Trek: The Next
  26.   DNA.GIF      640x 480x 256/ 16M  60k Raytrace of DNA segment.
  27.   KJ02.GIF     640x 480x 256/256k 100k Title: KJ02.GIF~Self-portrait by photog
  28.  
  29.   C>gd -w
  30.  
  31.   TANIA02.GIF  640x 480x 256/256k 201k   FRACT005.GIF 350x 200x 256/256k  24k
  32.   TROI.GIF     393x 535x 256/ 16M 112k   DNA.GIF      640x 480x 256/ 16M  60k
  33.   KJ02.GIF     640x 480x 256/256k 100k
  34.  
  35.   C>gd -wv
  36.  
  37.   Directory of C:\USR\SRC\GTOOLS:
  38.  
  39.   TANIA02.GIF  640x 480x 256/256k 201k   FRACT005.GIF 350x 200x 256/256k  24k
  40.   TROI.GIF     393x 535x 256/ 16M 112k   DNA.GIF      640x 480x 256/ 16M  60k
  41.   KJ02.GIF     640x 480x 256/256k 100k
  42.  
  43.   5 files found.
  44.  
  45. GD will adapt to the with of your screen.  Any files that begin with
  46. the letters "GIF" (as do GIF files) will be listed.  Non-GIF files
  47. will look strange.  Text within comments is highly compressed to fit
  48. as much on the screen as possible.  If you need to see comments in
  49. their entirety, use GC.
  50.  
  51. Send comments to:
  52.  
  53. Lee Daniel Crocker          lee@mport.com (uunet!mport!lee)
  54. 5506 Camden Ave #D3         73407.2030@compuserve.com
  55. San Jose, CA  95124
  56.  
  57.