bash
coproc help - a new feature in bash
2010/05/10
In the <a class="zem_slink freebase/en/bash" title="Bash" rel="homepage" href="http://tiswww.case.edu/php/chet/bash/bashtop.html">bash version 4.0, there …
Download with browse with bash and wget
2010/05/09
Been pretty busy for last couple of days. Will be busy for another few days, but here’s something to munch in the meantime (Script may need changes depending on the type of file you want to …
bash script to periodically change the cursor theme.
2010/05/07
#!/bin/bash [[ ”$1” == ”” ]] && time=5 || time=$1 [[ ”$2” == ”” ]] && ( cd ~/.icons …
xterm – select font name and size from command line and set it as default
2010/05/05
I have been very busy last week and specially yesterday with 20 hours of continueous work, but managed to get this working :). When you right click on Xterm with Ctrl pressed, there pops up a menu for …
Quick notepad in bash without any editor
2010/04/12
$ «.>note Bash internal quick note taker, avoiding calling external programs like cat […] <a href="http://www.commandlinefu.com"><img …
Linux Shell Scripting Tutorial – A Beginner\’s handbook
2010/04/11
<a class="zem_slink freebase/en/unix_shell" title="Unix shell" rel="wikipedia" href="http://en.wikipedia.org/wiki/Unix_shell">Linux Shell Scripting …
Jokes – many to be downloaded once..
2010/04/11
All work and no fun makes Jack dull boy. So lets do something for fun. Here is a one liner I wrote sometime back. The original idea is not mine and I don’t remeber where I got the idea from …
Bash completion error — quote_readline.
2010/04/11
There is a problem with bash completion with quote_readline that causes the completion to fail. The problem is fixed in the bash completion package but there are still some other programs which are …
bash script to change vim colorscheme based on the available themes
2010/04/11
Here’s one script that you may find useful. A little variation or wrapper for this script can make your life colorful 🙂 You can write a wrapper to this to take one of the inputs randomly and …
Detecting URLs in a Block of Text
2010/03/31
Jan Goyvaerts on <a href="http://www.regex-guru.info/2008/11/detecting-urls-in-a-block-of-text/" target="_blank">Detecting URLs in a Block of Text In his blog post <a …
bash – change theme for gtk in gnome and take screenshot from script.
2010/03/24
I wrote a blog on bash script to change the icon/cursor theme using a bash script. Lets extend the same concept a little more and use the script to change the gtk theme for gnome and at the same time …
unbound variable – bash completion not working and having issues with other stuff like command not found.
2010/03/23
I generally use vi/vim for all my practical purposes of working with text files. And I have all the vi/vim plugins required to work with the files. This causes the following to be in the skeleton for …