| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <38D26C2A.49224065@veritas.com> |
| Date: | Fri, 17 Mar 2000 09:32:26 -0800 |
| From: | Bob McGowan <rmcgowan AT veritas DOT com> |
| Organization: | VERITAS Software |
| X-Mailer: | Mozilla 4.7 [en] (WinNT; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | David White <dwhite AT vixel DOT com> |
| CC: | Cygwin <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Re: Referencing Files In Bash Using UNC format? |
| References: | <38D26374 DOT E3BE2182 AT vixel DOT com> |
David White wrote: > > Any pointers are appreciated... > > I want to make references from bash on NT to a file that is on a shared > drive on a remote system. In a DOS box, I would use the UNC format > \\computername\sharename\path\file.ext to get at this file. Is there a > special cygnus format for this sort of thing? > > Thanks in advance, > > David > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com The same format appears to work (for Cygwin 1.0, CD), but you need to quote it: ls '\\system\directory' There are probably some restrictions, such as needing to be in the same domain... -- Bob McGowan Staff Software Quality Engineer VERITAS Software rmcgowan AT veritas DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |