Etan Reisner

Results 14 comments of Etan Reisner

The `ls | grep` code is absolutely not going to work correctly for filenames with newlines in them at minimum. A glob absolutely works if you need it to expand...

An option to enable a pseudo-"strict" mode (with appropriate warning about caveats, etc.) is certainly something that would be reasonable (though I can't speak to the technical difficulties involved).

Having looked at this for only a few minutes (and not having looked at the actual code for make2graph yet) it looks like (from the `make -rRd` output of this...

I'm curious, what's the reason for/value of testing for zero arguments passed in a function that never gets/uses any arguments? Personally, I don't think I disagree that checking `$#` *probably*...