Computing.Net > Forums > Unix > add return line

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

add return line

Reply to Message Icon

Name: amaussa
Date: March 26, 2005 at 04:55:15 Pacific
OS: SOLARIS
Comment:

in a .txt file I would like to add a return of line after each character ex: COM and erec.( in csh)

AM



Sponsored Link
Ads by Google

Response Number 1
Name: cbailey33
Date: April 1, 2005 at 14:44:49 Pacific
Reply:

Not sure what you mean by a return link.

If you want to add one readable by windows (MSDOS), hold the CTRL key down and hit vm.
This will insert a ^M return line.


0

Response Number 2
Name: amaussa
Date: April 4, 2005 at 08:26:21 Pacific
Reply:

before only one ligne:
<?xml version="1.0" encoding="utf-8" ?>
<Receipt><ApplicationArea><ApplicationArea><LOGICALID>05231_QAD</LOGICALID><Component>Receipt</Component><Task>SyncReceipt</Task><ReferenceId>05231</ReferenceId><AuthorizationId>mfg9-0a</AuthorizationId></Sender>....

after multi ligne
<?xml version="1.0" encoding="utf-8" ?>
<Receipt>
<ApplicationArea>
<ApplicationArea>
<LOGICALID>
05231_QAD
</LOGICALID>
....

AM


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: add return line

Sed: Add / to line matching pattern www.computing.net/answers/unix/sed-add-to-line-matching-pattern/6432.html

Pushing carriage return in a file www.computing.net/answers/unix/pushing-carriage-return-in-a-file/7352.html

to remove duplicate lines from file www.computing.net/answers/unix/to-remove-duplicate-lines-from-file/7011.html