simple-bash-scripts
simple-bash-scripts copied to clipboard
Update to modern POSIX specifications; Remove legacy bash notation
Updating script to modern POSIX specifications and removing legacy bash notation for clearer readability (e.g. $() over backticks, and "printf | cut" over "expr substr"). $Dollar notation is also not needed in arithmetic variables.