]> cygwin.com Git - cygwin-apps/cygutils.git/blame - PROGLIST
Add ddate implementation
[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.
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
59banner.exe
60 prints a large banner to stdout. From Joerg Schaible.
61 (GPL)
62
63namei.exe
64 follow a pathname until a terminal point is found
65 (GPL - originally public domain)
66
67cal.exe
68 displays a calendar
69 (BSD-no-advert *)
70
6cf885d7
CW
71last.exe
72 show a listing of the last logged in users
7beb4079 73 (GPL)
6cf885d7 74
c9f916ab
CW
75utmpdump.exe
76 give raw output of a utmp (/var/run/utmp) or wtmp
77 (/var/log/wtmp) file.
7beb4079
CW
78 (GPL)
79
80realpath.exe
81 Convert pathname argumen to absolute path, with all
82 references to `.', `..', and symlinks resolved.
83 (GPL)
c9f916ab 84
304a161b
CW
85ddate.exe
86 converts boring normal dates to fun Discordian Date
87 (GPL - originally public domain)
88
d4a28ab0
CW
89(*) originally BSD+advert, but falls under the blanket
90 conversion to BSD-no-advert, because it was originally
91 part of the UCB BSD distro.
92 <http://www.opensource.org/licenses/bsd-license.html>:
93 Note: The advertising clause in the license appearing
94 on BSD Unix files was officially rescinded by the
95 Director of the Office of Technology Licensing of the
96 University of California on July 22 1999. He states
97 that clause 3 is "hereby deleted in its entirety."
6cf885d7 98
This page took 0.032611 seconds and 5 git commands to generate.