1 example for fold
fold -w 80 -s
# your_comment_here
add a line breaks so that your text doesn't reach more than 80 characters per line, breaks on space if possible
fold -w 80 -s
# your_comment_here
add a line breaks so that your text doesn't reach more than 80 characters per line, breaks on space if possible