This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygcheck ... >/dev/clipboard doesn't work


It's in the cygutils package.

Also, this will work (by using a cygwin program as an intermediary):

cygcheck .... | cat > /dev/clipboard

--Chuck


Stephan Mueller wrote:

> Another workaround:
> 	cygcheck -r -s -v | putclip
> Assuming you have putclip.  I forget which package it's
> in/from/on/about/because of :-)
> 
> stephan();
> 
> 
> -----Original Message-----
> From: Jason C. Johnston [mailto:jason@astadhyayi.net] 
> Sent: Thursday, January 17, 2002 10:49 PM
> To: cygwin@cygwin.com
> Subject: cygcheck ... >/dev/clipboard doesn't work
> 
> 
> A google toolbar search of the email archives hasn't turned up an answer
> to this, so just for information (the workaround is obvious):
> 
> Like the subject line says, redirecting the output of cygcheck to
> /dev/clipboard doesn't change the contents of the clipboard, whereas
> doing it in two steps - redirecting cygcheck's output to a file, then
> cat'ing the file with redirection to /dev/clipboard, does work. Huh? The
> following transcript shows what I mean:
> 
> 	$ echo a few words >/dev/clipboard
> 	$ cat /dev/clipboard
> 	a few words
> 	$ cygcheck -r -s -v >/dev/clipboard
> 	$ cat /dev/clipboard
> 	a few words
> 	$ cygcheck -r -s -v >afile
> 	$ cat afile >/dev/clipboard
> 	$ cat /dev/clipboard
> 
> 	Cygnus Win95/NT Configuration Diagnostics
> 	Current System Time: Fri Jan 18 17:31:39 2002
> 
> 	[ . etc . ]
> 
> (The actual output follows my sig below.)
> 
> BTW, the /dev/clipboard facility is fantastic!
> 
> Curious,
> Jason
> 
> _____________________________________________
> Jason C. Johnston
> mailto:jason@astadhyayi.net
> http://www.astadhyayi.net
> 
> 
> Cygnus Win95/NT Configuration Diagnostics
> Current System Time: Fri Jan 18 17:31:39 2002
> 
> Windows XP Professional Ver 5.1 Build 2600 
> 
> Path:	C:\Documents and Settings\Jason C. Johnston\My
> Documents\cygwin-home\Jason C. Johnston\dev\bin
> 	C:\Documents and Settings\Jason C. Johnston\My
> Documents\cygwin-home\Jason C. Johnston\bin
> 	C:\cygwin\usr\local\bin
> 	C:\cygwin\bin
> 	C:\cygwin\bin
> 	c:\texmf\miktex\bin
> 	c:\WINDOWS\system32
> 	c:\WINDOWS
> 	c:\WINDOWS\System32\Wbem
> 	c:\emacs\emacs-21.1\bin
> 
> SysDir: C:\WINDOWS\System32
> WinDir: C:\WINDOWS
> 
> HOME = `C:\Documents and Settings\Jason C. Johnston\My
> Documents\cygwin-home\Jason C. Johnston' MAKE_MODE = `unix' PWD =
> `/home/Jason C. Johnston' USER = `Jason C. Johnston'
> 
> !:: = `::\'
> ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
> APPDATA = `C:\Documents and Settings\Jason C. Johnston\Application Data'
> CLIENTNAME = `Console' COMMONPROGRAMFILES = `C:\Program Files\Common
> Files' COMPUTERNAME = `JASON' COMSPEC = `C:\WINDOWS\system32\cmd.exe'
> HOMEDRIVE = `C:' HOMEPATH = `\Documents and Settings\Jason C. Johnston'
> LOGONSERVER = `\\JASON' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/usr/info'
> OS = `Windows_NT' PATHEXT =
> `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
> PROCESSOR_ARCHITECTURE = `x86'
> PROCESSOR_IDENTIFIER = `x86 Family 15 Model 1 Stepping 2, GenuineIntel'
> PROCESSOR_LEVEL = `15' PROCESSOR_REVISION = `0102' PROGRAMFILES =
> `C:\Program Files' PROMPT = `$P$G' PS1 =
> `\[\033]0;\w\007\033[32m\]$\[\033[33m\033[0m\] ' SESSIONNAME = `Console'
> SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP =
> `c:\DOCUME~1\JASONC~1.JOH\LOCALS~1\Temp'
> TERM = `cygwin'
> TMP = `c:\DOCUME~1\JASONC~1.JOH\LOCALS~1\Temp'
> USERDOMAIN = `JASON'
> USERNAME = `Jason C. Johnston'
> USERPROFILE = `C:\Documents and Settings\Jason C. Johnston' WINDIR =
> `C:\WINDOWS' _ = `/usr/bin/cygcheck'
> 
> HKEY_CURRENT_USER\Software\Cygnus Solutions
> HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
> HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
>   (default) = `/cygdrive'
>   cygdrive flags = 0x00000022
> HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/c
>   (default) = `c:'
>   flags = 0x00000000
> HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/home
>   (default) = `C:\Documents and Settings\Jason C. Johnston\My
> Documents\cygwin-home'
>   flags = 0x00000000
> HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
>   (default) = `C:/cygwin'
>   flags = 0x0000000a
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
>   (default) = `C:/cygwin/bin'
>   flags = 0x0000000a
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
>   (default) = `C:/cygwin/lib'
>   flags = 0x0000000a
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
> 
> a:  fd           N/A    N/A                    
> c:  hd  NTFS   19037Mb  25% CP CS UN PA FC     
> d:  fd  FAT       95Mb  35% CP    UN           PICS
> e:  cd           N/A    N/A                    
> 
> c:                                                                    /c
> user    textmode
> C:\Documents and Settings\Jason C. Johnston\My Documents\cygwin-home
> /home      user    textmode
> .
> /cygdrive  user    binmode,noumount
> C:/cygwin                                                             /
> system  binmode
> C:/cygwin/bin
> /usr/bin   system  binmode
> C:/cygwin/lib
> /usr/lib   system  binmode
> 
> Found: C:\cygwin\bin\bash.exe
> Found: C:\cygwin\bin\cat.exe
> Found: C:\cygwin\bin\cpp.exe
> Found: C:\cygwin\bin\find.exe
> Found: C:\cygwin\bin\gcc.exe
> Found: C:\cygwin\bin\gdb.exe
> Found: C:\cygwin\bin\ld.exe
> Found: C:\cygwin\bin\ls.exe
> Found: C:\cygwin\bin\make.exe
> Found: C:\cygwin\bin\sh.exe
> 
>   821k 2001/11/19 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
>                   "cygcrypto.dll" v0.0 ts=2001/11/20 10:42
>   102k 2001/12/06 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
>                   "cygcurl-2.dll" v0.0 ts=2001/12/7 5:45
>    45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
>                   "cygform5.dll" v0.0 ts=2001/4/25 15:28
>    34k 2001/09/30 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
>                   "cygform6.dll" v0.0 ts=2001/9/30 12:43
>    18k 2000/10/23 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
>                   "cyggdbm.dll" v0.0 ts=2000/10/23 12:26
>    17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
>                   "cyghistory4.dll" v0.0 ts=2001/1/7 15:34
>    21k 2001/06/28 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
>                   "cyghistory5.dll" v0.0 ts=2001/6/28 12:27
>    22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
>                   "cygintl-1.dll" v0.0 ts=2001/12/13 20:28
>    21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
>                   "cygintl.dll" v0.0 ts=2001/6/21 3:09
>    81k 2001/10/20 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
>                   "cygitcl30.dll" v0.0 ts=2001/10/20 10:25
>    35k 2001/10/20 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
>                   "cygitk30.dll" v0.0 ts=2001/10/20 10:25
>   119k 2001/06/06 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
>                   "cygjpeg6b.dll" v0.0 ts=2001/6/6 14:27
>    26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
>                   "cygmenu5.dll" v0.0 ts=2001/4/25 15:27
>    19k 2001/09/30 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
>                   "cygmenu6.dll" v0.0 ts=2001/9/30 12:43
>   156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0
> sys=4.0
>                   "cygncurses++5.dll" v0.0 ts=2001/4/25 15:29
>   175k 2001/09/30 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0
> sys=4.0
>                   "cygncurses++6.dll" v0.0 ts=2001/9/30 12:45
>   226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
>                   "cygncurses5.dll" v0.0 ts=2001/4/25 15:17
>   201k 2001/09/30 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
>                   "cygncurses6.dll" v0.0 ts=2001/9/30 12:42
>    15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpanel5.dll" v0.0 ts=2001/4/25 15:27
>    12k 2001/09/30 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpanel6.dll" v0.0 ts=2001/9/30 12:43
>   163k 2001/05/06 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpng2.dll" v0.0 ts=2001/5/6 14:05
>   108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0
> sys=4.0
>                   "cygreadline4.dll" v0.0 ts=2001/1/7 15:34
>   135k 2001/06/28 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0
> sys=4.0
>                   "cygreadline5.dll" v0.0 ts=2001/6/28 12:27
>   231k 2001/11/19 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
>                   "cygssl.dll" v0.0 ts=2001/11/20 10:42
>   390k 2001/10/20 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
>                   "cygtcl80.dll" v0.0 ts=2001/10/20 10:24
>     5k 2001/10/20 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
>    10k 2001/10/20 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
>                   "cygtclreg80.dll" v0.0 ts=2001/10/20 10:24
>   245k 2001/06/12 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
>                   "cygtiff3.dll" v0.0 ts=2001/6/13 3:25
>   623k 2001/10/20 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
>                   "cygtk80.dll" v0.0 ts=2001/10/20 10:25
>    49k 2001/02/03 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
>                   "cygz.dll" v0.0 ts=2001/2/4 7:35
>   720k 2001/12/08 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>                   "cygwin1.dll" v0.0 ts=2001/12/9 9:02
>     Cygwin DLL version info:
>         DLL version: 1.3.6
>         DLL epoch: 19
>         DLL bad signal mask: 19005
>         DLL old termios: 5
>         DLL malloc env: 28
>         API major: 0
>         API minor: 47
>         Shared data: 3
>         DLL identifier: cygwin1
>         Mount registry: 2
>         Cygnus registry name: Cygnus Solutions
>         Cygwin registry name: Cygwin
>         Program options name: Program Options
>         Cygwin mount registry name: mounts v2
>         Cygdrive flags: cygdrive flags
>         Cygdrive prefix: cygdrive prefix
>         Cygdrive default prefix: 
>         Build date: Sat Dec 8 17:02:30 EST 2001
>         CVS tag: cygwin-1-3-6-6
>         Shared id: cygwin1S3
> 
> 
> Cygwin Package Information
> Last downloaded files to: C:\Downloads
> Last downloaded files from: ftp://mirror.aarnet.edu.au/pub/cygwin
> 
> Package             Version             
> ash                 20011018-1          
> autoconf            2.52a-1             
> autoconf-devel      2.52-4              
> autoconf-stable     2.13-4              
> automake            1.5b-1              
> automake-devel      1.5-5               
> automake-stable     1.4p5-5             
> bash                2.05a-2             
> binutils            20011002-1          
> bison               1.30-1              
> byacc               1.9-1               
> clear               1.0                 
> crypt               1.0-1               
> ctags               5.2-1               
> curl                7.9.2-1             
> cvs                 1.11.0-1            
> cygwin              1.3.6-6             
> dejagnu             20010117-1          
> diff                0.0                 
> expect              20010117-1          
> file                3.37-1              
> fileutils           4.1-1               
> findutils           4.1                 
> flex                2.5.4-1             
> gawk                3.0.4-1             
> gcc                 2.95.3-5            
> gdb                 20010428-3          
> gdbm                1.8.0-3             
> gettext             0.10.40-1           
> ghostscript         6.51-1              
> gperf               0.0                 
> grep                2.4.2-1             
> groff               1.17.2-1            
> gzip                1.3.2-1             
> indent              2.2.7-2             
> jpeg                6b-4                
> less                358-3               
> libintl             0.10.38-3           
> libintl1            0.10.40-1           
> libncurses5         5.2-1               
> libncurses6         5.2-2               
> libpng              1.0.11-1            
> login               1.4-3               
> lynx                2.8.4-1             
> m4                  0.0                 
> make                3.79.1-5            
> man                 1.5g-2              
> mingw               20010917-1          
> mingw-runtime       1.2-1               
> mktemp              1.4-1               
> nano                1.0.7-1             
> ncurses             5.2-7               
> newlib-man          20001118-1          
> openssl             0.9.6b-2            
> perl                5.6.1-2             
> python              2.2-1               
> readline            4.2-3               
> sed                 3.02-1              
> sh-utils            2.0-2               
> sharutils           4.2.1-2             
> tar                 1.13.19-1           
> tcltk               20001125-1          
> tcsh                6.11.00-3           
> termcap             20010825-1          
> terminfo            5.2-1               
> texinfo             4.0-5               
> textutils           2.0.16-1            
> tiff                3.5.6beta-2         
> time                1.7-1               
> unzip               5.41-1              
> vim                 6.0.93-1            
> w32api              1.2-1               
> wget                1.7-1               
> wget-src            1.7-1               
> which               1.5-1               
> zip                 2.3-1               
> zlib                1.1.3-6             
> 
> Use -h to see help about each section
> 
> 
> 
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]