diff options
Diffstat (limited to 'content')
| -rwxr-xr-x | content/pages/pastebin.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/pages/pastebin.md b/content/pages/pastebin.md index 492bc04..37b2d57 100755 --- a/content/pages/pastebin.md +++ b/content/pages/pastebin.md | |||
| @@ -10,7 +10,11 @@ draft: false | |||
| 10 | **▒ Previews how man page written in Troff will look like** | 10 | **▒ Previews how man page written in Troff will look like** |
| 11 | 11 | ||
| 12 | ```sh | 12 | ```sh |
| 13 | # On Linux system. | ||
| 13 | groff -man -Tascii filename | 14 | groff -man -Tascii filename |
| 15 | |||
| 16 | # On Plan9 system. | ||
| 17 | man 1 filename | ||
| 14 | ``` | 18 | ``` |
| 15 | 19 | ||
| 16 | **▒ Convert all MKV files into WebM format** | 20 | **▒ Convert all MKV files into WebM format** |
