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=GXpAx8kAOevQJBgBoLWm1naBIpE0BDZzjc55ikfTfVc MmP/ROpegCaYiuepEnJ1EkseNfYjELuf1wdHbCmOCau80+/nL0jpKZghm7ZKE+0y qn1n3z0in//HiB5BmQzc3mByEXAkUSLV8k1PAkfmLwwzxHdPGINEQoG8J7qIbj88 = 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=1GH/LRIKXshLWuJISftoW4bfR6Y=; b=rOY5by/eOktLB3OHm PS8W9MGu/xHOoJsbmFBI6K381/gFu7Y3Rni6lUuER+RRxZIBkrrTROaaU08UMzxk 12EmI0+qdF+RGsm4c3Py9XVmy83bcY1QS2zh9Y/SYqXQriVy4E9g+vvKAQSqEZ+8 i9Pk4Li3Y/ZrIYr3nWWgFeDZMY= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=BAYES_50,GIT_PATCH_2,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:366, H*r:192.168.3, oneliner, 4.3 X-HELO: Ishtar.sc.tlinx.org Message-ID: <591FC344.9060209@tlinx.org> Date: Fri, 19 May 2017 21:17:08 -0700 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 5 seconds to update link info? References: <9810467454 DOT 20170520003732 AT yandex DOT ru> In-Reply-To: <9810467454.20170520003732@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Andrey Repin wrote: > Greetings, All! > > _a=fileA; > _b=fileB; > [ ! -f "$_a" ] && touch "$_a"; > [ ! -f "$_b" ] && ln "$_a" "$_b"; > for i in $(seq 1 10); > do sleep 1; > [ "$_a" -ef "$_b" ] && { echo Timed in $i; break;}; done; > rm "$_a" "$_b" > > When executed this oneliner over Samba 4.3 network share, ---- What oneliner? -- 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