Better Shell Script Performance in GNU Bash - Avoiding Subshells, grep, sed, and More - Jody Bruchon

First published at 03:56 UTC on March 11th, 2021.
subscribers

If you're using subshells, grep, sed, and tr inside loops in your shell scripts, you might be able to use some built-in features of GNU Bash to dramatically speed those scripts up. Parameter expansion, globbing, and extended regular expression …

MORE
CategoryEducation
SensitivityNormal - Content that is suitable for ages 16 and over
DISCUSS THIS VIDEO