in reply to The qq{worse is better} approach (discussion)
If you were doing lots of other things, like FTP'ing files and wanting to make decisions based on the status of every step (you're not even checking the return status of your system calls), then I might make an argument for perl. In this case it just doesn't matter.[[ $file = *ctl ]] || continue
|
---|