すべてを | |
▼開く |
閉じる▲ |
$ cat Desc_E.txt Fold command wrap each input lint to fit in specified width. -c count characters rather than columns -s break at spaces
$ fold -s -w 40 Desc_E.txt Fold command wrap each input lint to fit in specified width. -c count characters rather than columns -s break at spaces
foldコマンドで-sオプション、-wオプションで幅「40」を指定し、ファイル「Desc_E.txt」を指定すると、単語の途中で折り返さずに単語単位で40桁に合わせて折り返す。
Copyright iDesign Inc., 2005-2012