1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 11:44:54 +02:00
tldr/pages/linux/sm.md
2018-11-02 12:55:25 +00:00

27 lines
479 B
Markdown

# sm
> Displays a short message fullscreen.
- Display a message fullscreen:
`sm {{Hello World!}}`
- Display a message with inverted colors:
`sm -i {{Hello World!}}`
- Display a message with a foreground color:
`sm -f {{blue}} {{Hello World!}}`
- Display a message with a background color:
`sm -b {{#008888}} {{Hello World!}}`
- Rotate the displayed message by n times 90 degrees:
`sm -r {{3}} {{Hello World!}}`
- Pipe a message to sm:
`{{echo Hello World!}} | sm -`