EXPAND.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

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