Skip to content

Instantly share code, notes, and snippets.

@robert-chiniquy
Forked from gene1wood/.bash_aliases
Last active August 29, 2015 14:27
Show Gist options
  • Save robert-chiniquy/ba6534dfd58bfde60a71 to your computer and use it in GitHub Desktop.
Save robert-chiniquy/ba6534dfd58bfde60a71 to your computer and use it in GitHub Desktop.
My bash aliases
#!/bin/bash
alias sgrep='grep --color=auto -R --exclude-dir=.svn --exclude-dir=.git'
alias rpm-ql='dpkg --listfiles'
alias rpm-qi='dpkg --status'
alias rpm-qa='dpkg --list'
alias rpm-qf='dpkg --search'
alias yum-provides='apt-file search'
alias yum-search='apt-cache search'
alias yum-info='apt-cache show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment