unexpand.1
来自「Unix操作系统minix 2.0源码」· 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 + -
显示快捷键?