Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ at the beginning or the end are ignored. The input is assumed to be UTF-8 encod
This can be used to create automatic displays of changing data or similar tricks. For
example, the following command will create a simple digital watch:

(while sleep 1; do date +%T; echo -e '\f'; done) | sm -
(while sleep 1; do date +%T; printf '\f'; done) | sm -


Contact
Expand Down
2 changes: 1 addition & 1 deletion sm.6
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ once. Newline characters at the beginning or the end are ignored. The input is a
.PP
This can be used to create automatic displays of changing data or similar tricks. For example, the following command will create a simple digital watch:
.sp
.B (while sleep 1; do date +%T; echo -e '\\\\f'; done) | sm -
.B (while sleep 1; do date +%T; printf '\\\\f'; done) | sm -


.SH AUTHOR
Expand Down