main() { system("stty cbreak -ocrnl -icrnl -echo"); system("cat >tx1"); system("stty -cbreak echo -ocrnl icrnl"); }