Data piped to 'mapfile', 'readarray', 'read -a' shell builtins is ignored

2010-03-24 Thread Rob Robason
ne 2 3 [cntl-D] $ echo "${#myarr...@]}" 3 $ mapfile/readarray redirection: $ ls -a > foo $ readarray myArray < foo $ echo "${#myarr...@]}" 6 $ read -a redirection: $ ls -a > foo $ read -a myArray < foo $ echo "${#myarr...@]}" 1 $ Rob Robason r...@robason.net 925-825-1512

printf builtin: '*' broken in conversion spec field width and precision (e.g., "%.*s")

2010-03-25 Thread Rob Robason
Sorry I couldn't use bugbash - I don't work with source. I've attached a complete description of the bug. Regards, Rob Robason Driving Breakthrough Performance in Software Product Quality and Development Practices Phone: 925-825-1512 Home: Co