unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Chetan <Chetan.xspam@xspam.sbcglobal.net>
To: help-gnu-emacs@gnu.org
Subject: Re: shell-command parameters
Date: Mon, 05 Jan 2009 13:40:27 -0800	[thread overview]
Message-ID: <818wppsa7o.fsf@myhost.sbcglobal.net> (raw)
In-Reply-To: mailman.4046.1231186569.26697.help-gnu-emacs@gnu.org

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Chetan <Chetan.xspam@xspam.sbcglobal.net>
>> Date: Mon, 05 Jan 2009 05:35:45 -0800
>> 
>> rustom <rustompmody@gmail.com> writes:
>> 
>> > When I issue a shell command which is a pipeline such as say
>> >
>> > echo 1 2 3; echo 4 5
>> >
>> > in a normal shell I should get
>> > 1 2 3
>> > 4 5
>> >
>> > However in windows for emacs shell-command (M-!) I get
>> > 1 2 3;echo 4 5
>> >
>> > Any clues??
>> >
>> > The worst part is it sometimes works and sometimes not!
>> 
>> Do you mean you get different results on Windows or between Windows
>> and other systems?
>> 
>> If it is the latter, isn't that the expected behaviour?
>
> Yes, it certainly is.
>
> On Windows, if you want 2 commands on a single line, use `&' instead
> of `;', as in
>
>    echo 1 2 3 & echo 4 5
Or
echo 1 2 3 && echo 4 5 and get the same result everywhere


  parent reply	other threads:[~2009-01-05 21:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-05 11:11 shell-command parameters rustom
2009-01-05 13:35 ` Chetan
2009-01-05 14:07   ` Peter Dyballa
2009-01-05 20:15   ` Eli Zaretskii
     [not found]   ` <mailman.4046.1231186569.26697.help-gnu-emacs@gnu.org>
2009-01-05 21:40     ` Chetan [this message]
2009-01-06  4:05       ` Eli Zaretskii
     [not found]       ` <mailman.4079.1231214715.26697.help-gnu-emacs@gnu.org>
2009-01-06  7:33         ` rustom
2009-01-06 14:29           ` Kevin Rodgers
     [not found]           ` <mailman.4120.1231252170.26697.help-gnu-emacs@gnu.org>
2009-01-06 15:02             ` rustom
2009-01-06 15:45               ` Andreas Politz
2009-01-06 20:40               ` Eli Zaretskii
2009-01-08  5:50               ` Barry Margolin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=818wppsa7o.fsf@myhost.sbcglobal.net \
    --to=chetan.xspam@xspam.sbcglobal.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).