add this to your ~/.bashrc fileapt-get-search() {
aptitude search $1 | sed -e 's/^i.*//g' | sed '/^$/d'
}close and open the terminal again [or just source ~/.bashrc]After that you will be able to search like
apt-get-search games
apt-get-search hindi
apt-get-search graphicsthis trick has been added to schoolOS bashrc bydefault..
aptitude search $1 | sed -e 's/^i.*//g' | sed '/^$/d'
}close and open the terminal again [or just source ~/.bashrc]After that you will be able to search like
apt-get-search games
apt-get-search hindi
apt-get-search graphicsthis trick has been added to schoolOS bashrc bydefault..
By- Narendra Sisodiya
No comments:
Post a Comment