This is the mail archive of the cygwin 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] | |
I've sometimes been getting errors trying to copy files to the clipboard
recently:
$ echo foo>/dev/clipboard
$ cat /dev/clipboard
foo
$ cat /etc/postinstall/update-info-dir.sh.done >/dev/clipboard
cat: write error: No space left on device
$ head /dev/clipboard
foo
$ cp /etc/postinstall/update-info-dir.sh.done /dev/clipboard
$ head /dev/clipboard
#!/bin/sh
rm -f /usr/info/dir
for d in /usr/info /usr/share/info; do
for f in $d/*; do
case "$f" in
*\**)
;;
dir|dir.info*)
;;
*-[0123456789]*)
Attachment:
cygcheck.txt
Description: Text document
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.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] |