UNEXPAND.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH UNEXPAND 1
- .SH NAME
- unexpand - convert spaces to tabs
- .SH SYNOPSIS
- fBunexpandfR [fB-afR]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-a" "All spaces are unexpanded"
- .SH EXAMPLES
- .EX "unexpand oldfile >newfile" "Convert leading spaces to tabs"
- .SH DESCRIPTION
- .PP
- fIUnexpandfR replaces spaces in the named files with tabs.
- If no files are listed, fIstdinfR is given.
- The fB-afR flag is used to force all sequences of spaces to be
- expanded, instead of just leading spaces (the default).
- .SH "SEE ALSO"
- .BR expand (1).