bash

View the newest xkcd comic.

2009/12/07

This function displays the latest comic from xkcd.com. One of the best things about xkcd is the title text when you hover over the comic, so this function also displays that after you close the comic. …

Insert a comment on command line for reminder

2009/12/05

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Insert a comment on command line for reminder […] $ ls -alh #mycomment […] Comments can be …

bash colors

2009/11/16

For those of the terminal freaks, color is a bliss. But have you tried all the colors in the terminal. Today someone forwarded me a bash one liner for the same. Not sure where he got this from, anyway …

Linux xdg-open — replacement for start in windows

2009/11/05

if you want to open any document with the default document handler from the bash prompt or command prompt in linux then the simplest way to do that is use &#8221;xdg-open&#8221;. This can also …

Using nullglob and dotglob in bash scripts.

2009/11/04

<a href="http://www.cyberciti.biz/faq/bash-shell-check-for-any-mp3-files-in-directory/">Use BASH nullglob To Verify *.c Files Exists or Not In a Directory has a nice explanation on …

On screen display of a command

2009/10/08

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category delay: 2d On screen display of a command. $ date|osd_cat This is very useful if you need to show someone …

Get list of git repositories from command line.

2009/10/04

Earlier I had posted a small blog on teamgit. The problem still is that you have to manually go to the git.kernel.org page and get the list of the repo&#8217;s that you can download. How about a …

Change user, assume environment, stay in current dir

2009/10/03

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Change user, assume environment, stay in current dir $ su — user I&#8217;ve used this a number of …

Database of vulnurability at milw0rm.com – udpate and makeindex with cron.

2009/09/08

I am quite regular visitor of milw0rm and generally try to keep up with the vul&#8217;s. For doing this I wrote a small scripts rather set of scripts to keep myself update. Here&#8217;s what …

bash tutorial for begineer and experienced.

2009/07/20

I having been looking for something like this for sometime. Found <a href="http://beginlinux.com/desktop_training/comm/shells/232-bash" target="_blank">this while searching. …

Get you ip address like whatismyip.com

2008/11/30

For last couple of days, I was thinking of putting this. I was thinking of some way to get the IP address of the client directly rather than going through some site or parsing the content. So <a …

parse and paste text

0001/01/01

Lot of times, I copy the text but before pasting want to remove a word or make some other changes or add “wget” to the URL, quite common. So, I came up with this alias replace='echo $(xclip -i)|sed …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it