EXPAND.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- EXPAND(1) Minix Programmer's 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).
- 1