]> cygwin.com Git - cygwin-apps/cygutils.git/blame - PROGLIST
Add support to cygstart for unicode targets
[cygwin-apps/cygutils.git] / PROGLIST
CommitLineData
d4a28ab0
CW
1ascii.exe
2 dumps the 256 ascii characters to stdout
3 using a nice format (GPL)
4
5dump.exe [file]
6 hex dump of file to stdout, using a nice
7 format (GPL)
8
9putclip.exe
10 copies stdin to the Windows clipboard
11 does NOT use Cygwin's /dev/clipboard
6492d64c 12 Not built unless on a WIN32 platform
d4a28ab0
CW
13 (GPL)
14
15getclip.exe
16 copies the Windows clipboard to stdout
17 does NOT use Cygwin's /dev/clipboard
6492d64c 18 Not built unless on a WIN32 platform
d4a28ab0
CW
19 (GPL)
20
21conv.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
6492d64c 27 the hd2u-0.5.12 distribution, available here:
d4a28ab0
CW
28 http://www.megaloman.com/~hany/_data/hd2u/
29 by Peter Hanecak.
30
31msgtool.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.
b5edac4c
CW
50
51
52 These tools can only be built if IPC functions are
73d352cb 53 available. On cygwin, that (currently) means "only if
b5edac4c
CW
54 the cygipc package is installed" or "if using a cygwin
55 kernel newer than 1.5.5"
d4a28ab0
CW
56 (GPL)
57
58banner.exe
59 prints a large banner to stdout. From Joerg Schaible.
60 (GPL)
61
7beb4079 62realpath.exe
6492d64c 63 Convert pathname argument to absolute path, with all
7beb4079
CW
64 references to `.', `..', and symlinks resolved.
65 (GPL)
c9f916ab 66
0bb67178
CW
67lpr.exe
68 can be used to spool to a windows printer
69 (GPL)
70
71mkshortcut.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
c56f3b40
CW
77readshortcut.exe
78 can be used to read information from windows shortcuts (such
79 as target, icon, window state, etc)
80 (GPL)
81
4805cb48
CW
82cygstart.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
b5edac4c
CW
88ipck:
89 IPC utility brought over from cygipc.
9420d22f
CW
90 (GPL)
91
65b579cb
CW
92cygicons:
93 DLL containing cygwin-related icons
94 (GPL)
95
d4a28ab0
CW
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."
6cf885d7 105
76e235a1 106Note1: "last.exe" and "utmpdump.exe" were previously provided by
2cacf0ee
CW
107cygutils. However, once the `sysvinit' package was added to
108the cygwin distribution, they were removed. They are now
109provided by `sysvinit' -- which is where we took them from
110in the first place.
76e235a1
CW
111
112Note2: "cal.exe" "col.exe" "colcrt.exe" "colrm.exe" "column.exe"
113 "ddate.exe" "getopt.exe" "mcookie.exe" "namei.exe" "rename.exe"
114 "rev.exe"
115were previously provided by cygutils. However, they were removed in
116version 1.3.10 because the `util-linux' package was added to the
117cygwin distribution, and it provides those utilities. In fact,
118it was from util-linux that the versions in cygutils were originally
119derived.
120
This page took 0.033477 seconds and 5 git commands to generate.