X-Spam-Check-By: sourceware.org Message-ID: <454980E0.F8328135@dessent.net> Date: Wed, 01 Nov 2006 21:23:44 -0800 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin help!!! References: <7066039 DOT post AT talk DOT nabble DOT com> <195b3f1f0611012053s2c14bd6n9720601ecd73a344 AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Wynfield Henman wrote: > Anja, > use backquotes ` instead of quotes ' for process substitution. > > Example use: > echo Today is `date` > or even > echo "Today is `date`" > > Cheers, > Henman YSHFRTT! http://cygwin.com/ml/cygwin/2006-10/msg01002.html (And besides $(date) is better than `date` if you are nesting or quoting, but not as portable.) Brian -- 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/