Skip to content
Archive of entries posted on September 2010

Speed up mkat with no md5sum for the files.

mkat details: mkat is a set of command line tools to burn, catalog data CD/DVD, audio CDs and then search the catalog database, e.g. check whether you have a certain file or audio CD in your collection. Tags can be used to categorize CDs, e.g. comedy, drama, etc. Audio CD support is very rudimentary though. [...]

Happy Janamastmi

Happy Janamastmi to all of you Sphere: Related Content Technorati Tags: Festival, India, Janamastmi, wishes

Use the last command\’s output as input to a command without piping and bind to it to a key sequence in bash.

Use the last command\’s output as input to a command without piping and bind to it to a key sequence in bash. 1 bind \’\"\\C-h\": \"\\`fc\\ \\-s\\`\"\’ My comment : fc is the fix command of the bash builtin. This is similar to using `!!` or In bash 4.1 it seems you can bind directly to [...]