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!!!


Anja,
  use backquotes ` instead of quotes ' for process substitution.

Example use:
 echo Today is `date`
or even
echo "Today is `date`"

Cheers,
  Henman

On 10/30/06, anja_22 <anja.maass@gmx.de> wrote:

Hallo, brauche drinegnd helfe mit CYGWIN ich wollte zum test folgenden befehl auf der Shell testen : echo "heute is der 'date'" --> die Ausgabe sollte sein : heute ist der 29 Oktober 2006 (oder so ähnlich, auf jedenfall sollte das datum angegeben werden) Stattdessen sehe ich sowas : heute ist der 'date' --> das zeichen ' wird also nicht interpretiert: hat jemand eine Idee?


LIEGT DAS AN CYGWIN; ODER MACHE ICH IRGENDWAS FALSCH ????


ich sag schon mal Danke

Lieben Gruß

Anja

-- 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]