X-Spam-Check-By: sourceware.org Message-ID: <2124967.1140838877859.JavaMail.chartpacs@mac.com> Date: Fri, 24 Feb 2006 22:41:17 -0500 From: Michael Banks To: cygwin AT cygwin DOT com Subject: [Newbie] Opening Files in a Folder MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello, Suppose I have a folder on the desktop that contains a number of files. I would like to select only the .jpg files and then open them in a) a particular app if possible, or b) whatever app is associated with the .jpg extension. I think the syntax would look like: find "C:/path/to/desktop/images" -iname "*.jpg" -print0 | xargs -0 I don't know what should be substituted for . Any ideas? Regards, Sean Mills -- 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/