kristolcrawley
Programmer
I know most people want to get rid of this BUT... how do I force a carriage return in unix. I'm creating a report that I'll send to the printer using lp. I tried putting ^M on the line but it just prints the actual characters. Also tried ^L & \n to no avail. Does it have to go at the end of a line? Can't I just pop the character(s) anywhere in the file and it'll jump to a new line when it see the characters?
Thanks for any help!
Thanks for any help!