NetBSD-Users archive

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

Re: mksh



On Fri, May 14, 2010 at 08:50:26AM +0200, Adam Hoka wrote:
> (...)
> mksh would give us (...) {foo,bar} expansion (...)

$ /bin/ksh -c 'set -o braceexpand; printf "%s\n" {foo,bar}'
foo
bar
$

?


Home | Main Index | Thread Index | Old Index