On 6/2/21 6:46 PM, Eli Schwartz wrote:
The earliest available snapshot in bash's git repo is
bash-1.14.7.tar.gz, at which point ~/.bashrc was already used. This is
in 1994. Someone else might know if it was in use between 1989 and 1994.
The current startup file scheme has been in place since t
Op 24-05-21 om 17:47 schreef Chet Ramey:
On 5/22/21 2:45 PM, Vincent Menegaux wrote:
Previously, these commands:
[[ ! 1 -eq 1 ]]; echo $?
[[ ! ! 1 -eq 1 ]]; echo $?
would both result in `1', since parsing `!' set CMD_INVERT_RETURN
instead of toggling it.
Interestingly, ksh93 produces t