a quick gnome-header bash lookup func
- From: Austin <meneldil hobbiton org>
- To: gnome-devel-list gnome org
- Subject: a quick gnome-header bash lookup func
- Date: Fri, 5 Jan 2001 14:47:03 -0500
#.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]