From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from icmsa300601.i.softbank.jp (imsa3006.mailsv.softbank.jp [101.110.8.82]) by sourceware.org (Postfix) with ESMTPS id E01BB3858C53 for ; Wed, 27 Apr 2022 02:00:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E01BB3858C53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=i.softbank.jp Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=i.softbank.jp Received: from smtpclient.apple by icmsa300601.i.softbank.jp with ESMTP id <20220427020022032.OEJD.2948.icmsa300601.i.softbank.jp@icmsa300601.mailsv.softbank.jp>; Wed, 27 Apr 2022 11:00:22 +0900 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: yingxuemeimei@i.softbank.jp Mime-Version: 1.0 (1.0) Subject: Re: A Question about Cygwin Date: Wed, 27 Apr 2022 11:00:21 +0900 Message-Id: <1B583233-77D2-48DF-950B-A32C82E48494@i.softbank.jp> References: <5dea67ad-61ff-6edc-aba6-408d55b80d4c@cs.umass.edu> Cc: cygwin@cygwin.com In-Reply-To: <5dea67ad-61ff-6edc-aba6-408d55b80d4c@cs.umass.edu> To: moss@cs.umass.edu X-Mailer: iPhone Mail (19E258) X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00, BODY_8BITS, KAM_DMARC_STATUS, MIME_QP_LONG_LINE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2022 02:00:25 -0000 Dear Eliot Moss, Hello. Thank you very much for your suggestion! I=E2=80=99m running the command in the local machine with the local drive(dr= ive c), it seems this will not deal with the cloud. ^_^ Best regards, Yingxue QI > 2022/04/27 10:29=E3=80=81Eliot Moss =E3=81=AE=E3=83=A1=E3= =83=BC=E3=83=AB: >=20 > =EF=BB=BFOn 4/26/2022 8:52 PM, yingxuemeimei@i.softbank.jp wrote: >> To=EF=BC=9Athe members of Cygwin >> Hello. >> Thank you so much for providing Cygwin. >> Sorry to ask a basic question. >> Q. I am going to use Cygwin to grep the files with the command below. As t= his will be done in my computer, the files will not uploaded to the servers/= cloud of Cygwin by Internet. >> Is my understanding correct? >> command: grep -i -f FileA FileB > Output FileC >=20 > I agree with Eric - Cygwin does not deal with the cloud directly, > though programs running under it can. I suppose an exception > would be if your local machine mounts a remote disk drive, and > you have Cygwin interact with files on that drive. But it's > not like a web browser and web pages that send tracking info > to servers behind your back, etc. It's pretty much like Linux. >=20 > Best - Eliot Moss