BASH_VERSION='5.1.4(1)-release'PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"no
compile needed
i made a fifo file by typing: mkfifo gdbout.fifo
i coded a resource file named : command.bashthe file code is :aa(){ gdb
./hello_wordl.out > gdbout.fifo & }
i loaded the resource file by typing in bash s
On Tue, Oct 03, 2023 at 12:54:45PM +, queency jones via Bug reports for the
GNU Bourne Again SHell wrote:
> BASH_VERSION='5.1.4(1)-release'PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"no
> compile needed
> i made a fifo file by typing: mkfifo gdbout.fifo
> i coded a resource file named : comm