minix man page for width

Query: width

OS: minix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WIDTH(1)						      General Commands Manual							  WIDTH(1)

NAME
width - force all the lines of a file to a given width
SYNOPSIS
width [-n [ infile [outfile]
OPTIONS
-n Outline line size
EXAMPLES
width -60 x y # Copy x to y, force lines to 60 cols width x # Copy default (80) column lines to stdout
DESCRIPTION
The input file is copied to the output file. All lines are forced to a given size (default: 80 columns) by padding with spaces or truncat- ing. Tabs are expanded to spaces.
SEE ALSO
fold(1). WIDTH(1)
Related Man Pages
fold(1) - mojave
fold(1) - redhat
fold(1) - debian
fmt(1) - centos
fmt(1) - x11r4
Similar Topics in the Unix Linux Community
edit entire column from a fixed-width file using awk or sed
Comparing two fixed width file
How to parse fixed-width columns which may include empty fields?
To replace the value of the column in a fixed width file
Converting fixed width file to pipe delimiter in Linux(red-hat)