$ fold -s -w 90 file.txt
wraps text lines at the specified width (90 here).
-s option is to force to wrap on blank characters
-b count bytes instead of columns
Submitted by vincentp
Options:
commandlinefu.com by David Winterbottom
$ fold -s -w 90 file.txt
wraps text lines at the specified width (90 here).
-s option is to force to wrap on blank characters
-b count bytes instead of columns
Options:
commandlinefu.com by David Winterbottom
0sem comentários ainda