NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Bash?!? (Score:2, Interesting)
You wanted proper redirection and you went for bash? What about zsh [zsh.org]? You get way better globbing and completion with that, too.
ls /dev >dev.1 >dev.2
Also, you do get the extremely useful feature from csh of being able to do cmd >& output, which is undeniably useful (although it is convenient to have alternative redirections).
Still, if you must use bash, don't forget to check out bash programmable completion [caliban.org].
Re:Bash?!? (Score:2, Insightful)
Reply to This
Parent
Re:Bash?!? (Score:1)
Trouble is, that doesn't mean it's the best fit for you. Lots of people "like" windows, too...
-Dom
Re:Bash?!? (Score:1)