Bash 5.3 shell release
After nearly three years of development, a new version of the GNU Bash command interpreter 5.3 has been released, which is used by default in most Linux distributions. At the same time, the readline library 8.3 was released, which is used in bash for command line editing. Key improvements include: New forms of command substitution "${ command; }" and "${|command;}" have been implemented, allowing the capture of command output without forking […]
