Using the following script:
#!/bin/bash
set -x
cat << eof | `ls /bin | grep "^grep$"` alpha
alpha
omega
eof
Output from bash on Linux:
+ cat
++ ls /bin
++ grep '^grep$'
+ grep alpha
alpha
Output from bash on Cygwin:
+ cat
++ ls /bin
++ grep '^grep$'
+ alpha
./ls-test: line 3: alpha: command not
On 02/12/2013 07:28 AM, Ken Brown wrote:
On 2/11/2013 11:03 PM, Ryan Johnson wrote:
On 11/02/2013 10:47 PM, Jack Radigan wrote:
I've just installed 1.7.17 (twice, to confirm it installed properly)
on a Win7 Ultimate box.
When I invoke a manual entry, M-x man, for any man page I'm ge
I've just installed 1.7.17 (twice, to confirm it installed properly) on
a Win7 Ultimate box.
When I invoke a manual entry, M-x man, for any man page I'm getting
Ctrl-M characters in the output.
I've tried this from the minterm console, Xterm, and Emacs-x11 (not
XEmacs) and all have the same
3 matches
Mail list logo