From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29581 invoked by alias); 7 Feb 2011 19:26:21 -0000 Received: (qmail 29566 invoked by uid 22791); 7 Feb 2011 19:26:20 -0000 X-SWARE-Spam-Status: No, hits=5.0 required=5.0 tests=AWL,BAYES_00,BOTNET,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from vms173011pub.verizon.net (HELO vms173011pub.verizon.net) (206.46.173.11) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Feb 2011 19:26:14 +0000 Received: from consult.pretender ([unknown] [173.76.224.104]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LG900CTDHZ9BNE4@vms173011.mailsrvcs.net> for cygwin@cygwin.com; Mon, 07 Feb 2011 13:26:03 -0600 (CST) Received: from consult.pretender (consult.pretender [127.0.0.1]) by consult.pretender (8.14.4/8.14.4) with ESMTP id p17JPu8t024980; Mon, 07 Feb 2011 14:25:56 -0500 From: "Jeffrey J. Kosowsky" MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: quoted-printable Message-id: <19792.18244.175041.754011@consult.pretender> Date: Mon, 07 Feb 2011 19:26:00 -0000 To: Cyrille Lefevre Cc: cygwin@cygwin.com Subject: Re: Finding junction points In-reply-to: <4D5045B8.3080209@laposte.net> References: <19792.13316.462354.112225@consult.pretender> <4D5045B8.3080209@laposte.net> X-IsSubscribed: yes 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 X-SW-Source: 2011-02/txt/msg00187.txt.bz2 Cyrille Lefevre wrote at about 20:19:20 +0100 on Monday, February 7, 2011: >=20 > Le 07/02/2011 19:03, Jeffrey J. Kosowsky a =C3=A9crit : > > > > Is there any way to find (all) junction point using cygwin? > > (if not possible in cygwin, can you point me to native win > > functionality) >=20 > how about the old dir one :-) >=20 > ~ $ cmd /c dir /a:l > ... > R=E2=96=92pertoire de C:\Users\Cyrille\Documents >=20 > 17/12/2009 15:03 Cygwin [\??\C:\cygwin\home\Cyrille] > 24/09/2007 21:37 Ma musique [C:\Users\Cyrille\Music] > 28/09/2007 23:45 Mes contacts [C:\Documents and=20 > Settings\Cyrille\Contacts] > 24/09/2007 21:37 Mes images [C:\Users\Cyrille\Picture= s] > 28/09/2007 23:44 Mes liens [C:\Documents and=20 > Settings\Cyrille\Favorites] > 28/09/2007 23:43 Mes t=E2=96=92l=E2=96=92chargements = [C:\Documents=20 > and Settings\Cyrille\Downloads] > 24/09/2007 21:37 Mes vid=E2=96=92os [C:\Users\Cyrille= \Videos] >=20 > add /s for a recursive search >=20 > well, that(s funny : >=20 > /windows $ cmd /c dir /a:l /s > ... > Le nom de r=E2=96=92pertoire C:\windows\System32\config\systemprofile\Lo= cal=20 > Settings\Application Data\Application Data\Application Data\Application= =20 > Data\Application Data\Application Data\Application Data\Application=20 > Data\Microsoft\Windows\GameExplorer\{0AE259F7-4756-4B2B-883C-B5B1D0A4D34= 6}=20 > est trop long. > ... >=20 > even windows commands fails one recursive junctions ! >=20 Yes - that is one of my two problems: 1. It gets messed up on loops created by its own junctions 2. The format of the output is a bit difficult to parse since you have to go back up to see what directory you are in. Ideally, I would like to have the output in 2-columns like: source1 target1 source 2 target2 etc. where each source and target are full pathnames. -- 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