help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shell-command parameters


From: rustom
Subject: shell-command parameters
Date: Mon, 5 Jan 2009 03:11:50 -0800 (PST)
User-agent: G2/1.0

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!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]