Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2012-03-11から1日間の記事一覧

unexpand | スペースをタブに変換

概要 スペースをタブに変換します。unexpand ファイル名 サンプル 変換前 test.txt 1 2$unexpand -t 1 test.txt > test_expand.txt変換後 test_expand.txt 1 2