OBSOLETE Cygutils - Utilities for Cygwin

UP
Obsolete CygUtils Home
Obsolete V1.1 Home

misc

News:

Notes:

This package contains a number of useful utilities I've collected or written over the past several years. Recently, I knocked them together into a form suitable for distribution, so here goes:

Download:

Readme

Many of these utilities require the popt 
library, available here:
  ftp://ftp.rpm.org/pub/rpm/test-4.0.1/popt-1.6.1.tar.gz

ascii.exe:
  dumps the 256 ascii characters to stdout
  using a nice format

dump.exe [file]
  hex dump of file to stdout, using a nice
  format

putclip.exe
  copies stdin to the Windows clipboard
  does NOT use Cygwin's /dev/clipboard 
  Not build unless on a WIN32 platform

getclip.exe
  copies the Windows clipboard to stdout
  does NOT use Cygwin's /dev/clipboard
  Not build unless on a WIN32 platform

conv.exe / d2u.exe / u2d.exe / dos2unix.exe / unix2dos.exe
  programs for converting line endings of text
  files between DOS and UNIX format.

  HEAVILY modified, but core routine is based on 
  the hd2d-0.5.12 distribution, available here:
  http://www.megaloman.com/~hany/_data/hd2u/
  by Peter Hanecak.

msgtool.exe / shmtool.exe / semtool.exe / semstat.exe 
  These programs were taken from "Linux Programmer's
  Guide - Chapter 6" with a few changes so that they 
  build cleanly.  The original versions were written
  by (C)opyright 1994-1995, Scott Burkett.
  ** MODULE: msgtool
     A command line tool for tinkering with SysV style 
	  Message Queues
  ** MODULE: semtool
     A command line tool for tinkering with SysV style 
	  Semaphore Sets
  ** MODULE: semstat
     Another tool for tinkering with Semaphore Sets
  ** MODULE: shmtool
     A command line tool for tinkering with shared memory 
  For information on how to use these tools, call them
  with the '-?' option.  Also, see the Linux Programmer's
  Guide -- the IPC chapter is included with the cygipc 
  distribution.
    These tools can only be built if cygipc is installed
  and thus are not portable to non-cygwin platforms.  Also,
  they can only operate properly if ipc-daemon is running.
  Eventually I'll figure out how to get autotools to NOT 
  try to build them if IPC services are not available, and
  I'll figure out how to link/test for libcygipc.a on cygwin
  and just -lc on linux, etc.

Obsolete V1.1 Home

Obsolete CygUtils Home

Last modified: Mon Nov 26 23:04:28 EST 2001 EOF