From 698a423afb8136e0820253bf23b0d195f4de1081 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 3 Jun 2012 23:28:57 -0400 Subject: small tricks --- software/unix-tricks.page | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'software/unix-tricks.page') 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. + -- cgit v1.2.3