summaryrefslogtreecommitdiffstats
path: root/software/unix-tricks.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-06-03 23:28:57 -0400
committerbnewbold <bnewbold@robocracy.org>2012-06-03 23:28:57 -0400
commit698a423afb8136e0820253bf23b0d195f4de1081 (patch)
treec775245014ffcd45db8e507b241eb08221eb0869 /software/unix-tricks.page
parente4398723bd0256b31e7ac3ad770fd3bdd0bd65e2 (diff)
downloadknowledge-698a423afb8136e0820253bf23b0d195f4de1081.tar.gz
knowledge-698a423afb8136e0820253bf23b0d195f4de1081.zip
small tricks
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 3573bc9..34c96d5 100644
--- a/software/unix-tricks.page
+++ b/software/unix-tricks.page
@@ -47,3 +47,8 @@ appropriate, and go through the output file to clean up the text.
$ sudo grep "bookmark_bar" --binary-files=text -B 10 -A 1000 /dev/sda5 | tee undeleted_content.txt
+Misc
+----
+``tput`` is useful for controlling the terminal cursor position, font style,
+etc.
+