unexpand.1

来自「操作系统设计与实现源码」· 1 代码 · 共 60 行

1
60
字号


UNEXPAND(1)               Minix Programmer's Manual                UNEXPAND(1)


NAME
     unexpand - convert spaces to tabs

SYNOPSIS
     unexpand [-a]

OPTIONS

     -a   All spaces are unexpanded

EXAMPLES

     unexpand oldfile >newfile
                         # Convert leading spaces to tabs

DESCRIPTION

     Unexpand replaces spaces in the named files with tabs.  If no  files  are
     listed,  stdin  is  given.  The -a flag is used to force all sequences of
     spaces to be expanded, instead of just leading spaces (the default).

SEE ALSO
     expand(1).





























                                                                             1

⌨️ 快捷键说明

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