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]

RE: Writing to /dev/clipboard from multiple processes in Bash gives inconsistent behaviour


> From: Adam Dinwoodie
> 
> In which case, I wonder if it's worth adding something to the FAQ/BLODA
about
> this?  I guess not, at least until someone independently encounters this
> behaviour so it warrants the "F" as well as the "AQ".
> 

I find it strange that someone would be using /dev/clipboard for a temporary
buffer of data for a batch process anyway.  Too many opportunities for that
data to be corrupted by other actions of the user.  So in other words, just
don't do that; it isn't portable and it is prone to error.  The proper use
would be for a user to store content in /dev/clipboard that the user would
then use immediately to paste elsewhere.  It should never be used for
programmatic operation where the operation is dependent on the result later;
it wasn't designed for that.

--
cyg Simple


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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