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:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=MozkZcNu14ZDuoc0eKGnLP4yFpDkXrqW/iqiWx430e3 6ZRrzKrop4AiF/6eUtOd+t+3Nt4LpDv6+kFt13lQ7t/eLHb3Ktp8KdZRYMckLUeF hOnDactiTfuyAQw0Dwmiry3FYYhLRMIKjIuaVFRjfHo1sdvgOZ5rHNlHYw+GbC1M = 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:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=n4NSyI6QTq1aAuth17+9paF4Ctg=; b=hRiuItD2hQhCPwVbu osURZKiQ8M6Dy/OrJncv151LfbPkQx8Hw3mdYzMFEFiMDUzxyMcJMIzVvSEuyH+H EBUr6vKEeVEv1p32gRybIzZo9r/uex0d2FlNj1pNT9OZjSAzCqW8Kl+x0wD1d+45 6wBZxbrYTJMaSNkP1rHNVHJMdI= 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: conssluserg-01.nifty.com DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com w6L7vsXO008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1532159874; bh=FRGLyGdYk9af7K0N9Sq87WQt0mHAqsGeye2WFfMyBQg=; h=Date:From:To:Subject:In-Reply-To:References:From; b=i8vGldMSH7njKnUr1CY4HULQGkQ3uHuWMXkJxPhy+KVlU9s1aGO4+K4mH2wtos8Vz 8B0km85RaR3Ev9ITRcIMRaRNEaRWRC5pPpEmftPwefHl/oDRCx7I7qTxfd7PhZgdJD G1u8hIBgFLwJMDw7MLBNrR2e81CN/oWNuDwjcaMNw2tjDVO5+azVlS2nGQQWVt26FS ulwwsfAcPH6nm5xhQi4vJqVRzdEC5fFIoUvnmI0NaO1C8fcDSFUwkswc9hLm6QrWKL bV4cN/D3MuDbBRNo4YP+hXf5ZEEVKW4LqX/cqaLQsryPgYEttzI4a3vU0sogKjNNK5 Wfm3rUjNrNw3w== Date: Sat, 21 Jul 2018 16:57:58 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: Freeze opening /dev/stdout Message-Id: <20180721165758.039c2a741d22e3e6d5671b3d@nifty.ne.jp> In-Reply-To: <20180721101903.bf7eac1aaf824d013fc507ce@nifty.ne.jp> References: <20180721101903 DOT bf7eac1aaf824d013fc507ce AT nifty DOT ne DOT jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On Sat, 21 Jul 2018 10:19:03 +0900 Takashi Yano wrote: > What happens if you execute: > rm /dev/stdin /dev/stdout > ln -s /proc/self/fd/0 /dev/stdin > ln -s /proc/self/fd/1 /dev/output This is typo. s/output/stdout/ -- Takashi Yano -- 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