less: tabstop
2008年09月03日 (linux)
command
% less hello.c # hello.cをlessで表示 % less -x4 hello.c # タブストップ4で表示 % LESS=-x4; export LESS # 環境変数LESSに-x4をエクスポート % less hello.c # タブストップ4で表示される %
note
cf. % man less % less --help
PR
Comment
command
% less hello.c # hello.cをlessで表示 % less -x4 hello.c # タブストップ4で表示 % LESS=-x4; export LESS # 環境変数LESSに-x4をエクスポート % less hello.c # タブストップ4で表示される %
note
cf. % man less % less --help