From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76038 invoked by alias); 20 May 2017 04:17:13 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 75957 invoked by uid 89); 20 May 2017 04:17:10 -0000 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 Received: from ishtar.tlinx.org (HELO Ishtar.sc.tlinx.org) (173.164.175.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 20 May 2017 04:17:09 +0000 Received: from [192.168.3.12] (Athenae [192.168.3.12]) by Ishtar.sc.tlinx.org (8.14.7/8.14.4/SuSE Linux 0.8) with ESMTP id v4K4H8Sw044876 for ; Fri, 19 May 2017 21:17:10 -0700 Message-ID: <591FC344.9060209@tlinx.org> Date: Sat, 20 May 2017 20:00:00 -0000 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: 5 seconds to update link info? References: <9810467454.20170520003732@yandex.ru> In-Reply-To: <9810467454.20170520003732@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00329.txt.bz2 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