delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2007/01/04/11:54:26

X-Spam-Check-By: sourceware.org
To: cygwin AT cygwin DOT com
From: Rex Godby <rwg3 AT york DOT ac DOT uk>
Subject: Two short scripts for Cygwin-Windows interoperation
Date: Thu, 4 Jan 2007 16:53:55 +0000 (UTC)
Lines: 17
Message-ID: <loom.20070104T172439-137@post.gmane.org>
Mime-Version: 1.0
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

Two tiny Cygwin shell scripts may be of use.  Each script has a single active
line, which I include here (to try these from the command line, of course
replace $1 with your desired argument):

1. To quickly find files and directories in "My Documents" and Desktop (down to
a certain depth): 

find  "/cygdrive/c/Documents and Settings/$USER/Desktop"       \
      "/cygdrive/c/Documents and Settings/$USER/My Documents"  \
      -maxdepth 3 | grep "$1"

2. To open an Explorer window in a specified directory (given in Cygwin style),
or to open a document in the proper Windows application:

/cygdrive/c/WINDOWS/explorer `cygpath -w "$1"`

Rex


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019