Bash 5.2 command interpreter is now available
After twenty months of development, a new version of the GNU Bash command interpreter 5.2 has been released, which is the default in most Linux distributions. At the same time, the release of the readline library 8.2 has been announced, used in bash for managing command line editing. Key improvements include: The code for parsing command substitution (command substitution, the replacement of output from another command execution, for example, '$(command)') has been rewritten […]
