Bash-5.2-rc2 available

2022-07-25 Thread Chet Ramey
The second release candidate of bash-5.2 is now available with the URLs ftp://ftp.cwru.edu/pub/bash/bash-5.2-rc2.tar.gz https://ftp.gnu.org/pub/gnu/bash/bash-5.2-rc2.tar.gz and from the bash-5.2-testing branch in the bash git repository (http://git.savannah.gnu.org/cgit/bash.git/log/?h=bash-5.2-t

Strange floating error with function in .bashrc

2022-07-25 Thread oxyd76
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-p

Re: Strange floating error with function in .bashrc

2022-07-25 Thread Emanuele Torre
I don't quite understand what you are saying or what issue you are describing. > Repeat-By: > > Add to ~/.bashrc: > > . /path/to/non/existent/file > termbin.clip() { > nc termbin.com | tee > } > > For testing: > > $ echo "FooBar"|termbin-clip If you are wondering why