Linux breaking lines to fixed length

Break line in fixed width with the linux fold command.

I keep forgetting this command, so here goes.

The Linux 'fold' command, can be used to wrap each input line to fit in specified width.

If width is not specified using -w option, by default, 'fold' breaks lines wider than 80 columns. The output is split into as many lines as necessary.