Bash script 'while read' loop causes 'broken pipe' error when run with GNU Parallel
- by Joe White
According to the GNU Parallel mailing list this is not a GNU Parallel-specific problem. They suggested that I post my problem here.
The error I'm getting is a "broken pipe" error, but I feel I should first explain the context of my problem and what causes this error. It happens when trying to use any bash script containing a 'while read' loop in…