EXPAND.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. EXPAND(1)                 Minix Programmer's Manual                  EXPAND(1)
  2. NAME
  3.      expand - convert tabs to spaces
  4. SYNOPSIS
  5.      expand [-t1,t2, ...] [file]
  6. OPTIONS
  7.      -t   Tab stop positions
  8. EXAMPLES
  9.      expand -16,32,48,64 # Expand stdin with tabs every 16 columns
  10. DESCRIPTION
  11.      Expand replaces tabs in the named files with the  equivalent  numbers  of
  12.      spaces.   If  no  files  are  listed, stdin is given.  If only one tab is
  13.      given, the rest are multiples of it.   The  default  is  a  tab  every  8
  14.      spaces.
  15. SEE ALSO
  16.      unexpand(1).
  17.                                                                              1