]> cygwin.com Git - cygwin-apps/cygutils.git/blame - PROGLIST
Bugfix for dump.c under mingw
[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
12 Not build unless on a WIN32 platform
13 (GPL)
14
15getclip.exe
16 copies the Windows clipboard to stdout
17 does NOT use Cygwin's /dev/clipboard
18 Not build unless on a WIN32 platform
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
27 the hd2d-0.5.12 distribution, available here:
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
62namei.exe
63 follow a pathname until a terminal point is found
64 (GPL - originally public domain)
65
66cal.exe
67 displays a calendar
0a9fe2f2 68 (BSD-no-advert [*])
d4a28ab0 69
7beb4079
CW
70realpath.exe
71 Convert pathname argumen to absolute path, with all
72 references to `.', `..', and symlinks resolved.
73 (GPL)
c9f916ab 74
304a161b
CW
75ddate.exe
76 converts boring normal dates to fun Discordian Date
77 (GPL - originally public domain)
78
0bb67178
CW
79lpr.exe
80 can be used to spool to a windows printer
81 (GPL)
82
83mkshortcut.exe
84 can be used to create "full featured" windows
85 shortcuts (as opposed to cygwin-symlinks implemented
86 using .lnk files, which aren't really "full-featured")
87 (GPL)
88
c56f3b40
CW
89readshortcut.exe
90 can be used to read information from windows shortcuts (such
91 as target, icon, window state, etc)
92 (GPL)
93
4805cb48
CW
94cygstart.exe
95 A command-line tool which allows you to let Windows start a program or open
96 a file or URL in its associated application. It is similar to the Windows
97 command-line start command.
98 (GPL)
99
ad412770 100col.exe
53baeb9d 101 Filters out reverse (and half reverse) line feeds so that the output is in
ad412770
CW
102 the correct order with only forward and half forward line feeds, and replaces
103 white-space characters with tabs where possible.
0a9fe2f2 104 (BSD-no-advert [*])
ad412770 105
d7091d84
CW
106getopt.exe
107 an enhanced command option parser for use in shell scripts. Taken from
108 util-linux.
109 (GPL)
110
5a07c6d2
CW
111rev.exe
112 reverse lines of a file.
53baeb9d
CW
113 The rev utility copies the specified files to the standard output,
114 reversing the order of characters in every line. If no files are speci-
115 fied, the standard input is read.
0a9fe2f2 116 (BSD-no-advert [*])
5a07c6d2 117
67358361
CW
118column.exe
119 columnate lists
53baeb9d
CW
120 The column utility formats its input into multiple columns. Rows are
121 filled before columns. Input is taken from file operands, or, by
122 default, from the standard input. Empty lines are ignored.
0a9fe2f2 123 (BSD-no-advert [*])
53baeb9d
CW
124
125colcrt.exe
126 filter nroff output for CRT previewing
127 Colcrt provides virtual half-line and reverse line feed sequences for
128 terminals without such capability, and on which overstriking is destruc-
129 tive. Half-line characters and underlining (changed to dashing `-') are
130 placed on new lines in between the normal output lines.
0a9fe2f2 131 (BSD-no-advert [*])
67358361 132
47852e8f
CW
133colrm.exe
134 remove columns from a file
135 Colrm removes selected columns from a file. Input is taken from standard
136 input. Output is sent to standard output.
0a9fe2f2 137 (BSD-no-advert [*])
47852e8f 138
eb7cdcb6
CW
139mcookie.exe
140 generate magic cookies for xauth
141 mcookie generates a 128-bit random hexadecimal number for
142 use with the X authority system. Typical usage:
143 xauth add :0 . `mcookie`
144 (GPL - originally public domain)
145
b5edac4c
CW
146ipck:
147 IPC utility brought over from cygipc.
9420d22f
CW
148 (GPL)
149
0a9fe2f2
CW
150rename:
151 flexible file rename utility from util-linux package
152 (BSD-no-advert[*])
153
d4a28ab0
CW
154(*) originally BSD+advert, but falls under the blanket
155 conversion to BSD-no-advert, because it was originally
156 part of the UCB BSD distro.
157 <http://www.opensource.org/licenses/bsd-license.html>:
158 Note: The advertising clause in the license appearing
159 on BSD Unix files was officially rescinded by the
160 Director of the Office of Technology Licensing of the
161 University of California on July 22 1999. He states
162 that clause 3 is "hereby deleted in its entirety."
6cf885d7 163
2cacf0ee
CW
164Note: "last.exe" and "utmpdump.exe" were previously provided by
165cygutils. However, once the `sysvinit' package was added to
166the cygwin distribution, they were removed. They are now
167provided by `sysvinit' -- which is where we took them from
168in the first place.
This page took 0.040482 seconds and 5 git commands to generate.