shithub: wiki.9front.org

Download patch

ref: c65bd355c6b3f080b957dca35955c09408065ba3
parent: f37dd3edab0b0915f8a5d60c192b410766dcc779
author: kestrel <Ii8Aikie@proton.me>
date: Wed Jun 12 00:04:38 EDT 2024

unix2plan9: add clear = >/dev/text

--- a/unix2plan9.md
+++ b/unix2plan9.md
@@ -49,6 +49,9 @@
 		<td><code>yes</code></td>
 		<td><code>while(){ echo y }</code></td>
 	</tr><tr>
+		<td><code>clear</code></td>
+		<td><code>>/dev/text</code></td>
+	</tr><tr>
 		<td><code>shutdown</code></td>
 		<td><code>fshalt</code></td>
 	</tr><tr>