]> cygwin.com Git - cygwin-apps/cygutils.git/blob - PROGLIST
6c64e2af5d87873a7902ee3b0e0ae1c88c76fe9a
[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 build 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 build 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 hd2d-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 These tools can only be built if cygipc is installed
51 and thus are not portable to non-cygwin platforms. Also,
52 they can only operate properly if ipc-daemon is running.
53 Eventually I'll figure out how to get autotools to NOT
54 try to build them if IPC services are not available, and
55 I'll figure out how to link/test for libcygipc.a on cygwin
56 and just -lc on linux, etc.
57 (GPL)
58
59 banner.exe
60 prints a large banner to stdout. From Joerg Schaible.
61 (GPL)
62
63 namei.exe
64 follow a pathname until a terminal point is found
65 (GPL - originally public domain)
66
67 cal.exe
68 displays a calendar
69 (BSD-no-advert *)
70
71 realpath.exe
72 Convert pathname argumen to absolute path, with all
73 references to `.', `..', and symlinks resolved.
74 (GPL)
75
76 ddate.exe
77 converts boring normal dates to fun Discordian Date
78 (GPL - originally public domain)
79
80 lpr.exe
81 can be used to spool to a windows printer
82 (GPL)
83
84 mkshortcut.exe
85 can be used to create "full featured" windows
86 shortcuts (as opposed to cygwin-symlinks implemented
87 using .lnk files, which aren't really "full-featured")
88 (GPL)
89
90 cygstart.exe
91 A command-line tool which allows you to let Windows start a program or open
92 a file or URL in its associated application. It is similar to the Windows
93 command-line start command.
94 (GPL)
95
96 col.exe
97 Filters out reverse (and half reverse) line feeds so that the output is in
98 the correct order with only forward and half forward line feeds, and replaces
99 white-space characters with tabs where possible.
100 (BSD-no-advert *)
101
102 getopt.exe
103 an enhanced command option parser for use in shell scripts. Taken from
104 util-linux.
105 (GPL)
106
107 readlink.exe
108 follow symbolic links. Taken from OpenBSD CVS.
109 (BSD-no-advert)
110
111 rev.exe
112 reverse lines of a file.
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.
116 (BSD-no-advert *)
117
118 column.exe
119 columnate lists
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.
123 (BSD-no-advert *)
124
125 colcrt.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.
131 (BSD-no-advert *)
132
133 colrm.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.
137 (BSD-no-advert *)
138
139 mcookie.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
146 ipcs.exe, ipcrm.exe, ipck:
147 IPC utilities brought over from cygipc.
148 (GPL)
149
150 (*) originally BSD+advert, but falls under the blanket
151 conversion to BSD-no-advert, because it was originally
152 part of the UCB BSD distro.
153 <http://www.opensource.org/licenses/bsd-license.html>:
154 Note: The advertising clause in the license appearing
155 on BSD Unix files was officially rescinded by the
156 Director of the Office of Technology Licensing of the
157 University of California on July 22 1999. He states
158 that clause 3 is "hereby deleted in its entirety."
159
160 Note: "last.exe" and "utmpdump.exe" were previously provided by
161 cygutils. However, once the `sysvinit' package was added to
162 the cygwin distribution, they were removed. They are now
163 provided by `sysvinit' -- which is where we took them from
164 in the first place.
This page took 0.042423 seconds and 5 git commands to generate.