X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=WCeY6TN1UCw1vXT6IqTDxJUacjaFKEKBrDRctfZ9Lt5 XkkQ6j17Gug9oUlLpvBihugUpMFc430NYM556alsnf8zQcPgt34taLuheDnRujT5 OeK+KV6WnDQ/HQLh5btL4ko8ANjCKRiSeBLk8zt+2xvomBRSsAb2vgl3aarrMvjc = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=wESHX0Ud3s7xfp82x3H9H3BjdOg=; b=CbhJfxon6/Hn/DP75 8XjaMsPw/b8F6AYGNmJlccahE/Ucx3gMO4klcMKUnmIbRTbGBig9U46wRtTQFecL +d4dq6kX+yBF7dmZOlEmMYJLy9N7bAJkYF2kRXUK6ezXxhHCXOOi8vz+lJjYAoHt TXmCqScEPYHJnCOKXFLTmwzpdw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=3.0 required=5.0 tests=AWL,BAYES_05,BOTNET,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_NEUTRAL,TW_YG autolearn=no version=3.3.1 Message-id: <51C1E335.20203@jackson.io> Date: Wed, 19 Jun 2013 12:58:29 -0400 From: Ken Jackson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: getclip and cygutils and cygcheck References: <0D835E9B9CD07F40A48423F80D3B5A7021C57FB3 AT USA7109MB022 DOT na DOT xerox DOT net> <0D835E9B9CD07F40A48423F80D3B5A7021C58055 AT USA7109MB022 DOT na DOT xerox DOT net> <51B8D19B DOT 7080400 AT towo DOT net> <20130613095556 DOT GA21638 AT calimero DOT vinschen DOT de> In-reply-to: Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit I got so dependent on getclip and putclip on Cygwin, that I added these aliases to my universal .bashrc file so I have them on Linux: if [ -n "$(type -P xclip)" ]; then test -z "$(type -P putclip)" && \ alias putclip="$(type -P xclip) -sel clip -i" test -z "$(type -P getclip)" && \ alias getclip="$(type -P xclip) -sel clip -o" fi -Ken On 06/13/2013 02:13 PM, Jeremy Hetzler wrote: > I use getclip/putclip every day. ... > Please please keep these utilities unless there is a fully functional > replacement. -- 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