1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/sm.md

28 lines
479 B
Markdown
Raw Normal View History

2018-11-02 13:55:25 +01:00
# 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 -`