shithub: wiki.9front.org

Download patch

ref: b6e17972c7c117a65c13e7132e8f3d2315eba0f3
parent: bcaec4ccea29da08ae68340b3eb352084f3d0916
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Nov 14 15:46:22 EST 2021

tips and tricks: >/dev/text is better (thanks rodri)

--- a/tips-and-tricks.md
+++ b/tips-and-tricks.md
@@ -40,7 +40,7 @@
 To change the function without having to search it in the window, run `whatis t`, then redefine it.
 `ls /env/fn*` will show which functions are defined.
 
-To clear the window from any text run `echo >/dev/text`.
+To clear the window from any text run `>/dev/text`.
 
 If you need to snarf an output of some command, instead of outputting into the window and then using mouse,
 consider doing it directly instead: `command arg arg >/dev/snarf`.