If you are on a Unix based system, such as a Mac or Ubuntu, then you already have two tools built-in to help with wrapping text: fold
& fmt
. I’ll be explaining how these two tools both do text-wrapping but in slightly different ways.
If you are on a Unix based system, such as a Mac or Ubuntu, then you already have two tools built-in to help with wrapping text: fold
& fmt
. I’ll be explaining how these two tools both do text-wrapping but in slightly different ways.