From 233b4cfb3039e93fb497bda14636aff8f40669ac Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Fri, 12 Jul 2024 11:04:20 -0400 Subject: [PATCH] add combination with tee --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1dd71e9..4bb06b4 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ help - It's conceptually clearer to have all the multiplications first and then all the divisions - For things between 0 and 1, consider using a beta distribution - Because the model reads from standard input, you can pipe a model to it. For instance, try cat more/piano-tuners.f | fermi +- You can also save a session to a logfile with tee. Try fermi | tee -a fermi.log ## Different levels of complexity