System Grab Bag

View all TLDR pages from common (or from all pages)

boxes

Draw, remove, and repair ASCII art boxes. More information: https://boxes.thomasjensen.com.
  • Draw a box around a string:
    echo "{{string}}" | boxes
  • Remove a box from a string:
    echo "{{string}}" | boxes -r
  • Draw a box with a specific design around a string:
    echo "{{string}}" | boxes -d {{parchment}}
  • Draw a box with a width of 10 and a height of 5:
    echo "{{string}}" | boxes -s {{10}}x{{5}}
  • Draw a box with centered text:
    echo "{{string}}" | boxes -a c

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.