I am using gdb to debug a program, and I want to have the output of the command
$(perl -e 'print "A"x20')
as my argument. How can I do that? This way the argument would be very flexible.
I am using gdb to debug a program, and I want to have the output of the command
$(perl -e 'print "A"x20')
as my argument. How can I do that? This way the argument would be very flexible.