This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin help!!!


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]