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 shell: .com.bash then run the function aa when i typed: ps i got 2 bash jobs instead of 1 bash and 1 gdb !
thank you for your time