2013年8月13日 - while IFS= read -r -d $'\0'; do ...; done ... In Bash, varname=value command runs command with the environment variable varname set to value ...
stackoverflow.com