expand(1) minix man page | unix.com

Man Page: expand

Operating Environment: minix

Section: 1

EXPAND(1)						      General Commands Manual							 EXPAND(1)

NAME
expand - convert tabs to spaces
SYNOPSIS
expand [-t1,t2, ...] [file]
OPTIONS
-t Tab stop positions
EXAMPLES
expand -16,32,48,64 # Expand stdin with tabs every 16 columns
DESCRIPTION
Expand replaces tabs in the named files with the equivalent numbers of spaces. If no files are listed, stdin is given. If only one tab is given, the rest are multiples of it. The default is a tab every 8 spaces.
SEE ALSO
unexpand(1). EXPAND(1)
Related Man Pages
unexpand(1) - mojave
expand(1) - opendarwin
expand(1) - osx
unexpand(1) - freebsd
expand(1) - php
Similar Topics in the Unix Linux Community
Expand ufs Filesystems
expanding alias from a variable
For loop using input file doesn't expand variables
How the home alias (~) is it expanded?
[BASH] eval command not expanding variables as expected.