+++ 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.
> Is it possible to have left margin with this command?

You could pipe the output of groff through fmt (or par - just download it).

        -srs

-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #161        -**< Sub : Lesser used commands (rev) >**-
To reverse the characters in a file use the rev command.  e.g.
If there is a file called Hello with just "Hello World" in it:
$cat Hello ... output is ... Hello World
$rev Hello ... outout is ... dlroW olleH !!


-------------------------------------------------------
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

Reply via email to