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
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)
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> ....
Summary: Hi! As the subject says, I'd like to add a " /" to the end of a line containing a specific keyword. For instance: in.txt: a=1,b=2,c=3 d=4,keyword=5,f=6 g=7 out.txt: a=1,b=2,c=3 d=4,keyword=5,f=6 / g=7...
Summary: I have a file which has carriage returns at different positions at different lines: 47, 48, 45, etc. I would like to have all of them aligned at position 50. Is there any command or script which can s...
Summary: My requirement is little different, actually I have 2 files, one of the file has 800 line another has 50. No I wanted to check with respect to first file if there are any duplicate lines in 2nd file. ...