Browse Source
- Prefer using a pipe to `while read` - But use a temp file when the loop needs to modify variables that need to be used outside the loop, as the pipe creates a subshell and modifications do not survive after the loop exits.pull/6241/head
committed by
tomo
1 changed files with 7 additions and 8 deletions
Loading…
Reference in new issue