~kvik/wiki.9front.org

b6e17972c7c117a65c13e7132e8f3d2315eba0f3 — Sigrid Solveig Haflínudóttir 1 year, 6 months ago bcaec4c
tips and tricks: >/dev/text is better (thanks rodri)
1 files changed, 1 insertions(+), 1 deletions(-)

M tips-and-tricks.md
M tips-and-tricks.md => tips-and-tricks.md +1 -1
@@ 40,7 40,7 @@ If there is a command you want to run repeatedly, it's easy to define a rc funct
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`.