Guest_imported
New member
- Jan 1, 1970
- 0
suppose my input is:
this is some text. #note the tab
how can I fold the line after "some" and have it tab over on the next line so that the word "next" is placed under "this"?
fold -s -w 21 will fold it but it won't keep the tab spacing.
Thanks for any help.
this is some text. #note the tab
how can I fold the line after "some" and have it tab over on the next line so that the word "next" is placed under "this"?
fold -s -w 21 will fold it but it won't keep the tab spacing.
Thanks for any help.