|
On Wed, 9 Jan 2008 01:52:31 +0000 (UTC), Jay <jmandawg@hotmail.com> wrote:
When i run
>cygpath -a '\\uncpath\mydrive$'
//uncpath/mydrive$
Which is the expected behaivor.
When i run
>bash -i -c "cygpath -a '\\uncpath\mydrive$'"
/C/uncpath...
Started by Jay on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Cgf-use-the-mailinglist-please@cygwin.com> wrote:
On Wed, Jan 09, 2008 at 01:52:31AM +0000, Jay wrote:
>When i run
>>cygpath;When i run
>>bash -i -c "cygpath -a '\\uncpath\mydrive$'"
>/C/uncpath/mydrive$
>
>....
|
|
On Wed, 3 Mar 2010 11:13:19 -0600, "Nellis, Kenneth" <Kenneth.Nellis@acs-inc.com
$ cygpath -AO
cygpath: failed to retrieve special folder path
Started by Kenneth on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
--Ken Nellis.
Cygcheck.out attached.
So I'm guessing that is what is tripping up cygpath.
|
|
On Tue, 23 Nov 2010 12:34:05 +1100, Pierce Morton <pierce.c.morton@gmail.com
I've recently installed cygwin using the web installer, and have found
an error in the way that cygpath translates junction point paths from
*nix to Windows paths when ...
Started by Pierce Morton on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
"Faulty" is a bit harsh, isn't it? The target audience for `cygpath -u'
are POSIX apps which *do* understand symlinks, so cygpath just to get around this problem.....
The target audience for cygpath -w) don't understand symlinks.
|
Ask your Facebook Friends
|
On Tue, 14 Apr 2009 23:20:40 -0700 (PDT), Greg Couch <gregc@cgl.ucsf.edu
I'm seeing some really weird behavior with cygpath in cygwin 1.7 on Vista
Home Premium. For instance, if I'm in my home directory and there's an
image.png file in it:
...
Started by Greg Couch on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Thanks for the report,
Corinna....
I'll look into a patch.
I'm surprised
that this hasn't been found earlier.
On Wed, 15 Apr 2009 10:47:12 +0200, Corinna Vinschen <corinna-cygwin@cygwin.com
Yes, getting relative windows paths is definitely broken .
|
|
On Tue, 25 Sep 2007 16:23:21 -0700, Jerome Fong <jfong@successmetricsinc.com
I am trying to use cygpath -u to convert my windows path to an unix path
in my shell script. However, it has problems with paths that has spaces
in it. For example,...
Started by Jerome Fong on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
$ tttt="$(cygpath -u "$(cygpath -m -s "$JAVA_HOME")")"
$ echo $tttt
/cygdrive/c, so there
is no avoiding the....
This is what I was doing:
$ ttt="$(cygpath -u "$JAVA_HOME")"
$ echo $ttt to double quote.
To be a quoting problem.
|
|
On Mon, 10 Dec 2007 22:34:55 -0800 (PST), Brent <yhbrent@yahoo.com
If I execute
mypath=`cygpath -w ../`
echo $mypath
I get
d:\unix\nextVersion\script
OK, d:\unix\nextVersion\script is the correct windows version of the path, but it...
Started by Brent on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
All Windows system calls (and most Windows.
The forward slash variant without
using cygpath.
|
|
On Tue, 29 Dec 2009 17:11:13 -0000, "Jon Beniston" <jon@beniston.com
Hi,
cygpath can read a list of paths to convert from a file, when started with
-file. However, how do you specify paths with spaces in them in this mode?
It seems quoting the ...
Started by Jon Beniston on
, 7 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Another one for next year....
I
assume we need an extension like allowing to specify another separator .
Space is used as the field separator in the file .
On Wed, 30 Dec 2009 13:01:29 +0100, Corinna Vinschen <corinna-cygwin@cygwin.com
No, it doesn't .
|
|
On Mon, 22 Feb 2010 15:42:45 +0000, Andy Koppe <andy.koppe@gmail.com
It seems there's been a change in 'cygpath -w' behaviour. Is this intentional?
On 1.7.1 (with C:\ as Cygwin root):
$ cygpath -w /tmp
C:\tmp
On 1.7.2s(0.222/5/3) 20100219 12:5...
Started by Andy Koppe on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader ... .
Should be fixed in CVS.
On Mon, 22 Feb 2010 18:41:11 +0100, Corinna Vinschen <corinna-cygwin@cygwin.com
Thanks for the report .
|
|
On Mon, 19 Apr 2010 23:09:17 -0300, Moises Deangelo <moises.deangelo@gmail.com
Hi.
Always installed and used the cygwin without any problems, but do not
know why, this time I have found some problems.
Now I am having problem with the PATH. Gcc...
Started by Moises Deangelo on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
--
Larry Hall ....
On Mon, 19 Apr 2010 22:29:42 -0400, "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com
Perhaps you can elaborate on what you don't understand and why the
information and references given don't help you resolve the issue .
|
|
On Wed, 05 May 2010 20:24:12 +0200, Gary <cygwin@garydjones.name
I often find myself running a piece of software from within emacs that
expects, and spits out, Windows-style paths ("C:\..."). Handling sending
it Windows paths based on the Cygwin...
Started by Gary on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
)
(replace-regexp-in-string "\n" ""
(shell-command-to-string (concat "cygpath --unix '" path.
|