I am exploring how process substitution works on Cygwin. I have scripts
which run fine on Linux but not on Windows XP.
Why does one of these scripts produce an error and the other does not?
Script #1:
$ cat a
#!/bin/bash
function f()
{
echo "$1"
cat "$1"
}
f <(echo OK)
$ ./a
/proc/se
On Mon, 24 Nov 2003 15:09:39 -0800 Steve Kelem <[EMAIL PROTECTED]>
wrote in <[EMAIL PROTECTED]>:
> Problem 1:
> When I run "man man", all the escape sequences show up in less (version 381):
> ESC[1mNAMEESC[0m
> man - format and display the on=line manual pages
I too have this problem as of Ded 13.
2 matches
Mail list logo