PawEng

Software and websites for getting things done

Skip to: Content | Sidebar | Footer


 Subscribe to feed    

Tag: Unix

Grep and Awk to Extract Text

10 September, 2008 (22:06) | Shell

Once you start using the command line, it is amazing how many things you can do that were difficult in a GUI system. A common task is to extract data from text files. The text files may be the output of some program, or they may be written documents like saved emails. Here are some [...]

Read more »

Unix Command Line Calculator

15 August, 2008 (18:29) | Linux, Shell

I spend a lot of time on a Linux / Unix command line. Often I need to do a quick calculation. I don’t want to hunt around for a fancy calculator program. I want something that works right from the command line.
The bc program is a command line calculator for Linux / Unix. It is [...]

Read more »

I left my shell in the sun and now it is all GUI

5 August, 2008 (22:25) | Shell

It seems that everything is GUI these days. Everything has to have a graphical user interface. Sure, it looks great, but is it really user-friendly? Do you really get more done with a GUI than with a command-line interface? The saying goes that when you sell software you show the managers the graphical version, but [...]

Read more »