]> cygwin.com Git - cygwin-apps/cygutils.git/blob - PROGLIST
Fix typo
[cygwin-apps/cygutils.git] / PROGLIST
1 ascii.exe
2 dumps the 256 ascii characters to stdout
3 using a nice format (GPL)
4
5 dump.exe [file]
6 hex dump of file to stdout, using a nice
7 format (GPL)
8
9 putclip.exe
10 copies stdin to the Windows clipboard
11 does NOT use Cygwin's /dev/clipboard
12 Not built unless on a WIN32 platform
13 (GPL)
14
15 getclip.exe
16 copies the Windows clipboard to stdout
17 does NOT use Cygwin's /dev/clipboard
18 Not built unless on a WIN32 platform
19 (GPL)
20
21 conv.exe / d2u.exe / u2d.exe / dos2unix.exe / unix2dos.exe
22 programs for converting line endings of text
23 files between DOS and UNIX format.
24 (GPL)
25
26 HEAVILY modified, but core routine is based on
27 the hd2u-0.5.12 distribution, available here:
28 http://www.megaloman.com/~hany/_data/hd2u/
29 by Peter Hanecak.
30
31 msgtool.exe / shmtool.exe / semtool.exe / semstat.exe
32 These programs were taken from "Linux Programmer's
33 Guide - Chapter 6" with a few changes so that they
34 build cleanly. The original versions were written
35 by (C)opyright 1994-1995, Scott Burkett.
36 ** MODULE: msgtool
37 A command line tool for tinkering with SysV style
38 Message Queues
39 ** MODULE: semtool
40 A command line tool for tinkering with SysV style
41 Semaphore Sets
42 ** MODULE: semstat
43 Another tool for tinkering with Semaphore Sets
44 ** MODULE: shmtool
45 A command line tool for tinkering with shared memory
46 For information on how to use these tools, call them
47 with the '-?' option. Also, see the Linux Programmer's
48 Guide -- the IPC chapter is included with the cygipc
49 distribution.
50
51
52 These tools can only be built if IPC functions are
53 available. On cygwin, that (currently) means "only if
54 the cygipc package is installed" or "if using a cygwin
55 kernel newer than 1.5.5"
56 (GPL)
57
58 banner.exe
59 prints a large banner to stdout. From Joerg Schaible.
60 (GPL)
61
62 realpath.exe
63 Convert pathname argument to absolute path, with all
64 references to `.', `..', and symlinks resolved.
65 (GPL)
66
67 lpr.exe
68 can be used to spool to a windows printer
69 (GPL)
70
71 mkshortcut.exe
72 can be used to create "full featured" windows
73 shortcuts (as opposed to cygwin-symlinks implemented
74 using .lnk files, which aren't really "full-featured")
75 (GPL)
76
77 readshortcut.exe
78 can be used to read information from windows shortcuts (such
79 as target, icon, window state, etc)
80 (GPL)
81
82 cygstart.exe
83 A command-line tool which allows you to let Windows start a program or open
84 a file or URL in its associated application. It is similar to the Windows
85 command-line start command.
86 (GPL)
87
88 ipck:
89 IPC utility brought over from cygipc.
90 (GPL)
91
92 cygicons:
93 DLL containing cygwin-related icons
94 (GPL)
95
96 (*) originally BSD+advert, but falls under the blanket
97 conversion to BSD-no-advert, because it was originally
98 part of the UCB BSD distro.
99 <http://www.opensource.org/licenses/bsd-license.html>:
100 Note: The advertising clause in the license appearing
101 on BSD Unix files was officially rescinded by the
102 Director of the Office of Technology Licensing of the
103 University of California on July 22 1999. He states
104 that clause 3 is "hereby deleted in its entirety."
105
106 Note1: "last.exe" and "utmpdump.exe" were previously provided by
107 cygutils. However, once the `sysvinit' package was added to
108 the cygwin distribution, they were removed. They are now
109 provided by `sysvinit' -- which is where we took them from
110 in the first place.
111
112 Note2: "cal.exe" "col.exe" "colcrt.exe" "colrm.exe" "column.exe"
113 "ddate.exe" "getopt.exe" "mcookie.exe" "namei.exe" "rename.exe"
114 "rev.exe"
115 were previously provided by cygutils. However, they were removed in
116 version 1.3.0 because the `util-linux' package was added to the
117 cygwin distribution, and it provides those utilities. In fact,
118 it was from util-linux that the versions in cygutils were originally
119 derived.
120
This page took 0.039678 seconds and 5 git commands to generate.