a quick gnome-header bash lookup func



#.bashrc

glup() {
if [ $1 ] ;then
        less `grep -rls "$1" /usr/local/include`
fi
}

I know, not exactly earth-shattering ;-) But, it saves me from typing
typing an additional 30 or 40 characters. 
Austin




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]