unexpand.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 29 行

1
29
字号
.TH UNEXPAND 1.SH NAMEunexpand \- convert spaces to tabs.SH SYNOPSIS\fBunexpand\fR [\fB\-a\fR]\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\fIUnexpand\fR replaces spaces in the named files with tabs.If no files are listed, \fIstdin\fR is given.The \fB\-a\fR flag is used to force all sequences of spaces to beexpanded, instead of just leading spaces (the default)..SH "SEE ALSO".BR expand (1).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?