|
|
| There's more than one way to do things | |
| PerlMonks |
Answer: Bad file description for win32/bash/perl combo |
| ( #11777=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > input and output > Bad file description for win32/bash/perl combo contributed by Coyo
Too many files!
Well, I may not have answered the question, but I have found that even putting too large of a string into a backtick operation causes the 'Bad file descriptor' error.
`wc $lots_of_files`;does not work. It can be broken up so to be made to work: @lots_of_files = split($lots_of_files);Well, that seems to work. It doesn't explain why redirection is failing for me in just about all cases though. Maybe this is usefull to someone. -coyo
|
|
||||||||||||||||||