function apt-search (){
apt-cache search "$@" | grep -v '^lib' | sort;
}
function prs (){
ps faux | grep -v 'grep' | grep "$@" | sed -e 's/^\([^ ]*\) *\([0-9]*\) .*:[0-9][0-9] \(.*\)$/\1 \2 \3/g'
}First / Previous / Next / Last / Page 1 of 1 (1 posteets)