Re: bug:

2023-10-03 Thread Greg Wooledge
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

bug:

2023-10-03 Thread queency jones via Bug reports for the GNU Bourne Again SHell
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