Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Insert line breaks in ASCII file
Name: Sonthalia Date: July 15, 2003 at 17:19:51 Pacific OS: UNIX CPU/Ram: SunFire
Comment:
Hi,
I've a UNIX ASCII file with one long string line. I need to break this long line into multiple lines so that each line has 94 characters.
Summary: Hello all, I have wriiten a script to create a html file on the fly. It is as shown below :- 1>echo " " > log.html 2>cat test.log >> log.html 3>echo " " >> log.html The log.html file puts the tes...
Summary: Hi, My query is as follows: (1) I want to write a Schell Script which will first read files (file as variable).Each file contains multiple lines/records. (2) Each line /record in a file has a multip...
Summary: Dear all, I am new to shell programming and to this forum, so let me start by saying hello and thanks to all of the regular contributors here. I am interested in using a shell program to scan through ...