summaryrefslogtreecommitdiffstats
path: root/software/unix-tricks.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-09-28 22:55:42 -0700
committerbnewbold <bnewbold@robocracy.org>2017-09-28 22:55:42 -0700
commit982251c9604e65115d72d9a8c03589a62e4c683b (patch)
tree349b2db0e5bcf2504011d35db2c2ea6e08d1f9b3 /software/unix-tricks.page
parente76e874c2e0d5f2c1ad64513c0c7df219cb3edb1 (diff)
downloadknowledge-982251c9604e65115d72d9a8c03589a62e4c683b.tar.gz
knowledge-982251c9604e65115d72d9a8c03589a62e4c683b.zip
re-title bash page; move printf command
Diffstat (limited to 'software/unix-tricks.page')
-rw-r--r--software/unix-tricks.page5
1 files changed, 5 insertions, 0 deletions
diff --git a/software/unix-tricks.page b/software/unix-tricks.page
index d6c363e..af7a1ef 100644
--- a/software/unix-tricks.page
+++ b/software/unix-tricks.page
@@ -64,6 +64,11 @@ SSH Tunnel
------------
Try `autossh <http://www.harding.motd.ca/autossh/>`_ to keep tunnels open.
+printf
+------
+
+The `printf` command is much more powerful than `echo`.
+
stderr in Red
---------------