From: Steven Baltakatei Sandoval Date: Fri, 27 May 2022 08:55:02 +0000 (+0000) Subject: feat(user/bkots):Optimize with GNU Parallel for executing commands X-Git-Tag: 0.5.1~17 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/90152692eced87d53ab0c492c35b89928d849870?ds=inline;hp=90152692eced87d53ab0c492c35b89928d849870 feat(user/bkots):Optimize with GNU Parallel for executing commands - Assemble each command and save as string in array; then execute array. - Use bash function as wrapper to echo and group each command being performed along with its stdout/stderr messages. - Use regex search of '/.' to find and exclude dotfile paths instead of resolving each basename of each parent directory in each path. - Use double quotes to handle file names with special characters. - Escape out double quotes when they appear in file names. - Note: Incrementing major version number due to added dependency of GNU Parallel 20210822 ---