unexpand

Convert file's whitespace characters to tabs

Supplementary instructions

unexpand command is used to convert blank characters (space) in a given file to tab characters (TAB), and display the conversion results on the standard output device (display terminal).

grammar

unexpand(option)(parameter)

Options

-a or --all: Convert all whitespace characters in the file;
--first-only: Convert only the leading whitespace characters;
-t<N>: Specify the number of N (N is an integer) characters represented by TAB. The default N value is 8.

Parameters

File: Specify a list of files to convert blanks to TAB.

继续阅读

接下来你可能需要这些内容

优先推荐相关内容,同时保留你的阅读轨迹和收藏入口。