Today at 5:02pm +0800 Suresh Ramasubramanian wrote: > +++ H.S.Rai [linux-india] <29/07/02 14:28 +0530>: > > How to control line width of file formatted with following > > command: > > groff -Tascii inputFile > outputFile > > I am getting width of 65 characters. > > You could pipe the output of groff through fmt (or par > - just download it).
"fmt" don't right justify paragraph, the reason for which I used groff (may be not a right choice). "par" treat all paragraph in a file as a single paragraph. Any trick to make it consider as different paragraphs. -- H.S.Rai : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Stripping the kernel LOST #054 GNU strip removes all symbols from object files. The kernel can also be stripped to reduce size, but NOT advocated. There is no increase in speed ... OTOH, some utilities depend on the presence of kernel symbols to operate (ksymoops, modutils etc) ####<[EMAIL PROTECTED]>#################################### : ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
