expand.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?