[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Globbing
Well I think it is neither intuitive nor convenient, but I can live
with it so I am happy to have the suggestion shelved for now. (I
mean, why shouldn't I be able to count the number of c files with
let(x=*c){result $#x}? That will never return 0). Anyway, I can work
around it when it really matters:
fn checkglobbed * {
if {~ $#* 1 && !access $*} {result ()} {result $*}}
So there. I'll cease and desist.
- Harald