I need to produce an endless stream of people like /dev/zero but I want it to spam tailor made character (like 'a') as an alternative to 0x00. Is there a method to do it?AkeoAkeo 20611 silver badge44 bronze badges Include a comment  intr = ^C; quit = ^; erase = ^?; kill = ^U; eof = ^D; eol = ; eol2 = ; swtch = ; start off = ^Q; quit = ^S; susp = ^… Read More