I'm debugging a file with radare2 and when I come to scanf function I want to forward input from a .txt file. In gdb I would do this by typing r < text.txt.
Is something like that possible in radare2? I've tried dc < text.txt but it seems that it's not working.