Very useful bash awk scripting tricks.

Awk and bash are a very good combination for extracting certain text strings from a text file or the output of a program. Here I am extracting only the values that are surrounded by square brackets. 4.4 Mon Jan 27 jason@Yog-Sothoth 0: $ lspci | awk -vRS="]" -vFS="[" ‘{print $2}’…

Read More

New Brackets editor for Windows and Linux. Well worth checking out.

The new brackets editor by Adobe is another good software package that is also available for Linux. With syntax highlighting and project management; this is a very good new editor for writing HTML and other coding languages for Linux and Windows. Download this software here: http://download.brackets.io/. This editor is intended…

Read More