shithub: docs.9front.org

Download patch

ref: 69cebda9e031fbcf645e8b0703c1f406b89455d3
parent: 57ab7c16d6486abf525203557dabe1eafb22de19
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Aug 4 06:49:47 EDT 2020

rio: add a hint on how " and "" work

--- a/rio-tips-and-tricks.md
+++ b/rio-tips-and-tricks.md
@@ -22,6 +22,8 @@
 		term% lc /tmp
 	1
 
+Hint: `grep '^term% ' /dev/text`.
+
 If there is a command you want to run repeatedly, it's easy to define a rc function and use it instead:
 
 	fn t { mk && ./6.out some arguments here >log && grep something log }