|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Cygwin help!!!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 |
|
|
Re: Cygwin help!!!anja_22 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? Try: echo "heute is der `date`" -- René Berber -- 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/ |
|
|
Re: Cygwin help!!!UUPPSS, hätte ich auch selbst drauf kommen können, naja manchmal eben nicht ...-) Danke dir für deine schnelle Antwort
|
|
|
Re: Cygwin help!!!On Sun, Oct 29, 2006 at 11:48:27PM -0800, anja_22 wrote:
>UUPPSS, h??tte ich auch selbst drauf kommen k??nnen, naja manchmal eben nicht >...-) Danke dir f??r deine schnelle Antwort I think that's enough. This is an English list. Please use English here. I believe that there are German Cygwin support lists out there. cgf -- 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/ |
|
|
Re: Cygwin help!!!>>>>> Christopher Faylor <cgf-no-personal-reply-please@...> writes: > Date: Mon, 30 Oct 2006 09:31:53 -0500 8<-------------------------------------------------------------------- > here. I believe that there are German Cygwin support lists out there. Hi, do you have a reference ? Martin -- parozusa at web dot de -- 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/ |
|
|
RE: Cygwin help!!!On 31 October 2006 11:19, parozusa@REDACTED wrote:
>>>>>> Christopher Faylor <cgf-no-personal-reply-please@REDACTED> writes: >> Date: Mon, 30 Oct 2006 09:31:53 -0500 > > 8<-------------------------------------------------------------------- >> here. I believe that there are German Cygwin support lists out there. > > Hi, > > do you have a reference ? There's a usenet group available at google groups: de.alt.comp.cygwin+co It doesn't have a lot of subscribers or traffic, but they might know about /more/ german-language cygwin forums. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/ |
|
|
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@...> 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/ |
|
|
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/ |
| Free embeddable forum powered by Nabble | Forum Help |