X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F20633857714 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1683478919; bh=J3AJcnJKChklQy/Ed6mXAblGY0Klbi9t/4KTa93XrMc=; h=References:In-Reply-To:Date:Subject:To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=NeTZ7zM3fM5X4ikVhvT3fBkUN0fuSa8uOjNv6gD+qNN5GdqnWsaHMDsdOvinjzNBN QyCH91x5URMtgAFAUv7M5mg4UkYpvpBosEBqt0fy4Ii4M1JjU5b9m1FW5uBAXTEoXx j3x/3elV51BjDwhNgolJJ2UGX/UlJYG9/jkACeRs= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 447793858D28 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683478877; x=1686070877; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=njGLIC4QionPz3oh6Vh627J/T4mi1eTIOcApBl/jv1Q=; b=BgKZKGzPslR2VepIxnZ/DKuAXQy4RmMZHlNIihma4gN9y4eWZaq1VnFTjQOkMH7ho3 MxFz/M8JuVrwUD8B25q2b/1C+4Tc7suM4YaV9uTKO5Onk2DInKexYDhIQglaabOH31h3 M//+SxI/So/gTdV6DX0+t/tLKFtAkKY4ygQqO6SuikkvMwrBH3ntpTGs1tJnaWJ2uFqQ LJNzQVz2aRhxkeBL7I964IeZWZAKxiJ+gj04rMOyK89DMvX+TvSRAxzvT47Yf2UYActa g0JDeinQK0sMcZYXQLmWO1PkVCqAoQWOpzz+/IHsU5PL9jvGEel/MmPHwuCbLU6uEvkG rb3Q== X-Gm-Message-State: AC+VfDyPpqxooZZeWuZBhMdWgpchNJxbR55u/UKuK6XINqyn4vAWa+FW 0gOWW0dC61tAegTHMja75xbWMKz2k0MM+YppJ1fwivFC X-Google-Smtp-Source: ACHHUZ7b4WUX/63BP6FkwRwLgQKqAFtK19oGiEdpwTSXrLjv+8peHprxs0l9u2P7paR4QTzkvIiiP+iLg4nnhT8w+jM= X-Received: by 2002:a17:906:db08:b0:94f:1c90:cb70 with SMTP id xj8-20020a170906db0800b0094f1c90cb70mr6803244ejb.66.1683478876710; Sun, 07 May 2023 10:01:16 -0700 (PDT) MIME-Version: 1.0 References: <7a5f573c-d6c3-6baf-b090-f66ea84fb3cb AT cs DOT umass DOT edu> In-Reply-To: <7a5f573c-d6c3-6baf-b090-f66ea84fb3cb@cs.umass.edu> Date: Sun, 7 May 2023 12:01:05 -0500 Message-ID: Subject: Re: [QUAR] Accessing outside datasets? To: moss AT cs DOT umass DOT edu Cc: cygwin AT cygwin DOT com X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Bernard Rich via Cygwin Reply-To: Bernard Rich Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 347H2LVG002172 Thank you very much! Bernard On Sun, May 7, 2023 at 5:50 AM Eliot Moss wrote: > On 5/6/2023 11:44 PM, Bernard Rich via Cygwin wrote: > > Hello, I have read the introductory advice but still do not understand > how > > to access datasets stored on *C:* or on flash drives. Can you please > point > > me to the correct reference or email me the instructions? > > You can give a full path starting with /cygdrive/c in place of the C:. Then > replace every \ in a Windows path with a /. Quote the whole thing if it > has > spaces or strange characters in it. > > Alternatively you can use the cygpath program to convert a Windows path to > a cygwin one. For example: > > cygpath -ua 'C:\Users\moss' > > results in > > /cygdrive/c/Users/moss > > Note the quoting to avoid the usual interpretation of \ by the cygwin > shell. > > This can be used in a command, e.g.,: ls $(cygpath -ua 'C:\Users\moss') > > man cygpath will tell you all about the program. HTH -- EM > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple